Facebook Blue Hex Code — #1877F2
RGB, HSL, and CMYK values for Facebook Blue.
Last updated: April 6, 2026
Facebook Blue Color Values
| Format | Value |
|---|---|
| HEX | #1877F2 |
| RGB | rgb(24, 119, 242) |
| HSL | hsl(214, 89%, 52%) |
| CMYK | cmyk(90%, 51%, 0%, 5%) |
About Facebook Blue
Color psychology: Connection, trust.
Facebook Blue (#1877F2) is a medium shade of blue with a hue angle of 214° on the color wheel, 89% saturation, and 52% lightness. It's commonly used in web design, graphic design, and branding where connection, trust are desired associations.
In color theory, Facebook 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 Facebook Blue in Design
Web Design
Use Facebook 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
Facebook Blue conveys connection, trust — 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:90% M:51% 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 Facebook Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Facebook Blue in CSS
/* Using HEX */ color: #1877F2; background-color: #1877F2; /* Using RGB */ color: rgb(24, 119, 242); /* Using HSL — best for creating variations */ color: hsl(214, 89%, 52%); /* Transparent overlay (50% opacity) */ background-color: rgba(24, 119, 242, 0.5); /* Lighter variant for hover states */ background-color: hsl(214, 89%, 62%); /* Darker variant for active states */ background-color: hsl(214, 89%, 42%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Facebook Blue without changing its core hue or saturation.
Colors That Go With Facebook Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Facebook Blue?
What is Facebook Blue in RGB and when should I use RGB?
How to use Facebook Blue in CSS with different color formats?
What is the HSL value of Facebook Blue and why is HSL useful for designers?
What is the CMYK value of Facebook Blue for print design?
What colors pair well with Facebook Blue in design projects?
Is Facebook Blue (#1877F2) 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.