#1877F2 color
#1877F2 is a medium, vivid blue, closest to the CSS named color dodgerblue (#1E90FF).
Color values
| HEX | #1877F2 |
| RGB | rgb(24, 119, 242) |
| HSL | hsl(214, 89%, 52%) |
| CMYK | cmyk(90%, 51%, 0%, 5%) |
| Decimal | 1603570 |
| CSS | color: #1877F2; |
| Android | 0xFF1877F2 |
| Swift | UIColor(red: 0.094, green: 0.467, blue: 0.949, alpha: 1) |
Accessibility and contrast
| White text on #1877F2 | 4.23:1 — AA fail · AA large pass · AAA fail |
| Black text on #1877F2 | 4.96:1 — AA pass · AA large pass · AAA fail |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #1877F2
Each swatch keeps the hue and saturation of #1877F2 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #1877F2
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #1877F2 in code
/* CSS */
.element { color: #1877F2; background-color: #1877F2; }
.element { color: rgb(24 119 242); }
.element { color: hsl(214 89% 52%); }
/* Tailwind arbitrary value */
<div class="bg-[#1877F2] text-black">
/* SCSS variable */
$brand: #1877F2;
Frequently asked questions
What color is #1877F2?
#1877F2 is a medium, vivid blue. Its hue sits at 214° on the color wheel, with 89% saturation and 52% lightness.
What is #1877F2 in RGB?
#1877F2 converts to rgb(24, 119, 242) — 24 red, 119 green and 242 blue.
What is #1877F2 in CMYK?
Approximately cmyk(90%, 51%, 0%, 5%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #1877F2 be white or black?
Black gives the better contrast ratio (4.96:1 versus 4.23:1).
What is the complementary color of #1877F2?
#F29318 — the hue directly opposite #1877F2 on the color wheel.