Why I Built BirthdayColor — A Small Site About a Color and a Day
A quick post on why I made this site, how each birthday color is picked, and what you can do with yours.
Why I made this site
I've been into Asian culture for most of my adult life — Chinese and Japanese in particular, and especially the older, more mystical side of it. Classical poetry, silk dyes, mineral pigments, color names that carry a whole season in two characters. China keeps surprising me. Every time I think I've reached the bottom of a topic, there's another layer of language and history under it.
That interest has gotten stronger as I've gotten older. My life is calmer than it was at twenty-five — fewer big leaps, more familiar rhythms — and I have more patience for slow stuff these days. Like a 14th-century color name. Or a question I keep coming back to: what is a color, and why do people gravitate toward such different ones?
Here's my own example. I was born on March 8, and I've been a Lilac person for as long as I can remember. My sheets are Lilac. A lot of my closet is Lilac. The throw on my couch — also Lilac. And here's the part that still makes me laugh: my best friend wears the same color all the time. Maybe that's why we became best friends? (I'm half-joking. Maybe.)
I kept thinking about it. Why do certain colors feel like ours, almost before we've consciously picked them? I started reading about the Japanese tradition of 誕生色 (tanjō-shoku, "birth color") — every day of the year quietly assigned a hue — and the long Chinese history of color names tied to flowers, minerals, weather, and the seasons. The idea seemed worth carrying into English: the tradition already gives every date a color, people just need a place to look theirs up.
So I built BirthdayColor. It's a simple thing — you give it a date, you get back a color, a name, a short reading, a hex code, and a little context from classical Chinese sources. That's it. If you find a color that actually feels like yours, the site has done its job.
How your birthday color is calculated
The short version: it's deterministic. Same date, same color, every time. It won't change between visits.
The slightly longer version: I started with a palette of 64 traditional Chinese hues — silk dyes, mineral pigments, names lifted from classical poetry — and grouped them by season. When you enter your birthday, the site figures out which season the date falls into, then runs a small math function on your month and day to pick one specific color from that season's pool. The function is simple and stable, so the same input always returns the same output.
A few choices I made on purpose:
- The boundaries between seasons follow the traditional Chinese solar terms (节气), so the cutoff dates come from the tradition itself instead of a Western quarter-year split.
- The pool is small enough that two strangers can share a color. That's intentional — it makes comparing with a partner or friend more interesting.
- Each color comes with the original Chinese name, an English/pinyin equivalent, a one-line personality reading, a line of classical poetry that uses that color word, and a small companion palette of three colors that go well with it.
If you want to go all the way down to the actual code — the JavaScript function, line by line, with worked examples for a few real birthdays — I wrote a separate technical post: Inside the BirthdayColor Algorithm.
What to do with your birthday color
Honestly, do whatever you'd like with it. A few things people seem to enjoy:
- Wear it. A scarf, a sweater, a pair of socks, a single piece of jewelry. One piece in your color goes a long way.
- Save the hex code. Drop it into your design tool, your phone wallpaper, your Notion banner, a wedding mood board. A saved color comes in handy more often than you'd guess.
- Make a small ritual out of it. A mug in your color. A candle. A pillow on your reading chair. Small stuff, but it adds up.
- Compare with a partner or friend. Half the fun is the "wait, send me yours" moment. Some couples land on the same season; some land on opposite ends of the year.
- Use the companion palette as a starting point. If you're picking colors for a project and have no idea where to start, the three companions I include for each birthday color give you a quick palette that already plays well together.
The one thing I'd push back on is treating your color as a rule. It's a starting point. Take it as seriously or as casually as you'd like.
One last thing
If your color makes you smile, that's plenty. If it doesn't quite fit your taste, look up someone you love and read about theirs instead. There are 64 colors here, and each one has something to say.
Thanks for stopping by.
— Want to keep reading? Try What Does Your Birthday Color Mean? next, or jump straight to how to actually use your color in your space and closet.