#0693E3 color
#0693E3 is a medium, vivid blue, closest to the CSS named color dodgerblue (#1E90FF).
Color values
| HEX | #0693E3 |
| RGB | rgb(6, 147, 227) |
| HSL | hsl(202, 95%, 46%) |
| CMYK | cmyk(97%, 35%, 0%, 11%) |
| Decimal | 431075 |
| CSS | color: #0693E3; |
| Android | 0xFF0693E3 |
| Swift | UIColor(red: 0.024, green: 0.576, blue: 0.890, alpha: 1) |
Accessibility and contrast
| White text on #0693E3 | 3.34:1 — AA fail · AA large pass · AAA fail |
| Black text on #0693E3 | 6.29: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 #0693E3
Each swatch keeps the hue and saturation of #0693E3 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #0693E3
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #0693E3 in code
/* CSS */
.element { color: #0693E3; background-color: #0693E3; }
.element { color: rgb(6 147 227); }
.element { color: hsl(202 95% 46%); }
/* Tailwind arbitrary value */
<div class="bg-[#0693E3] text-black">
/* SCSS variable */
$brand: #0693E3;
Frequently asked questions
What color is #0693E3?
#0693E3 is a medium, vivid blue. Its hue sits at 202° on the color wheel, with 95% saturation and 46% lightness.
What is #0693E3 in RGB?
#0693E3 converts to rgb(6, 147, 227) — 6 red, 147 green and 227 blue.
What is #0693E3 in CMYK?
Approximately cmyk(97%, 35%, 0%, 11%). 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 #0693E3 be white or black?
Black gives the better contrast ratio (6.29:1 versus 3.34:1).
What is the complementary color of #0693E3?
#E55806 — the hue directly opposite #0693E3 on the color wheel.