Twitter Blue Hex Code — #1DA1F2
RGB, HSL, and CMYK values for Twitter Blue.
Last updated: April 6, 2026
Twitter Blue Color Values
| Format | Value |
|---|---|
| HEX | #1DA1F2 |
| RGB | rgb(29, 161, 242) |
| HSL | hsl(203, 89%, 53%) |
| CMYK | cmyk(88%, 33%, 0%, 5%) |
About Twitter Blue
Color psychology: Communication, openness.
Twitter Blue (#1DA1F2) is a medium shade of blue with a hue angle of 203° on the color wheel, 89% saturation, and 53% lightness. It's commonly used in web design, graphic design, and branding where communication, openness are desired associations.
In color theory, Twitter Blue sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Twitter Blue in Design
Web Design
Use Twitter Blue for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Twitter Blue conveys communication, openness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:88% M:33% Y:0% K:5%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Twitter Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Twitter Blue in CSS
/* Using HEX */ color: #1DA1F2; background-color: #1DA1F2; /* Using RGB */ color: rgb(29, 161, 242); /* Using HSL — best for creating variations */ color: hsl(203, 89%, 53%); /* Transparent overlay (50% opacity) */ background-color: rgba(29, 161, 242, 0.5); /* Lighter variant for hover states */ background-color: hsl(203, 89%, 63%); /* Darker variant for active states */ background-color: hsl(203, 89%, 43%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Twitter Blue without changing its core hue or saturation.
Colors That Go With Twitter Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Twitter Blue?
What is Twitter Blue in RGB and when should I use RGB?
How to use Twitter Blue in CSS with different color formats?
What is the HSL value of Twitter Blue and why is HSL useful for designers?
What is the CMYK value of Twitter Blue for print design?
What colors pair well with Twitter Blue in design projects?
Is Twitter Blue (#1DA1F2) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.