#7289DA color
#7289DA is a light, moderately saturated blue, closest to the CSS named color cornflowerblue (#6495ED).
Color values
| HEX | #7289DA |
| RGB | rgb(114, 137, 218) |
| HSL | hsl(227, 58%, 65%) |
| CMYK | cmyk(48%, 37%, 0%, 15%) |
| Decimal | 7506394 |
| CSS | color: #7289DA; |
| Android | 0xFF7289DA |
| Swift | UIColor(red: 0.447, green: 0.537, blue: 0.855, alpha: 1) |
Accessibility and contrast
| White text on #7289DA | 3.33:1 — AA fail · AA large pass · AAA fail |
| Black text on #7289DA | 6.31: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 #7289DA
Each swatch keeps the hue and saturation of #7289DA and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #7289DA
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #7289DA in code
/* CSS */
.element { color: #7289DA; background-color: #7289DA; }
.element { color: rgb(114 137 218); }
.element { color: hsl(227 58% 65%); }
/* Tailwind arbitrary value */
<div class="bg-[#7289DA] text-black">
/* SCSS variable */
$brand: #7289DA;
Frequently asked questions
What color is #7289DA?
#7289DA is a light, moderately saturated blue. Its hue sits at 227° on the color wheel, with 58% saturation and 65% lightness.
What is #7289DA in RGB?
#7289DA converts to rgb(114, 137, 218) — 114 red, 137 green and 218 blue.
What is #7289DA in CMYK?
Approximately cmyk(48%, 37%, 0%, 15%). 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 #7289DA be white or black?
Black gives the better contrast ratio (6.31:1 versus 3.33:1).
What is the complementary color of #7289DA?
#DAC372 — the hue directly opposite #7289DA on the color wheel.