#2050DF color
#2050DF is a medium, vivid blue, closest to the CSS named color royalblue (#4169E1).
Color values
| HEX | #2050DF |
| RGB | rgb(32, 80, 223) |
| HSL | hsl(225, 75%, 50%) |
| CMYK | cmyk(86%, 64%, 0%, 13%) |
| Decimal | 2117855 |
| CSS | color: #2050DF; |
| Android | 0xFF2050DF |
| Swift | UIColor(red: 0.125, green: 0.314, blue: 0.875, alpha: 1) |
Accessibility and contrast
| White text on #2050DF | 6.41:1 — AA pass · AA large pass · AAA fail |
| Black text on #2050DF | 3.27:1 — AA fail · AA large pass · AAA fail |
| Recommended text color | white |
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 #2050DF
Each swatch keeps the hue and saturation of #2050DF and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #2050DF
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #2050DF in code
/* CSS */
.element { color: #2050DF; background-color: #2050DF; }
.element { color: rgb(32 80 223); }
.element { color: hsl(225 75% 50%); }
/* Tailwind arbitrary value */
<div class="bg-[#2050DF] text-white">
/* SCSS variable */
$brand: #2050DF;
Frequently asked questions
What color is #2050DF?
#2050DF is a medium, vivid blue. Its hue sits at 225° on the color wheel, with 75% saturation and 50% lightness.
What is #2050DF in RGB?
#2050DF converts to rgb(32, 80, 223) — 32 red, 80 green and 223 blue.
What is #2050DF in CMYK?
Approximately cmyk(86%, 64%, 0%, 13%). 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 #2050DF be white or black?
White gives the better contrast ratio (6.41:1 versus 3.27:1).
What is the complementary color of #2050DF?
#DFAF20 — the hue directly opposite #2050DF on the color wheel.