#006eb0
a dark, electric blue · cool · closest name: steelblue
RGB
0, 110, 176
HSL
203°, 100%, 35%
CMYK
100, 38, 0, 31
Luminance
0.1429
Every format
| HEX | #006eb0 |
| RGB | rgb(0, 110, 176) |
| HSL | hsl(203, 100%, 35%) |
| CMYK | cmyk(100%, 38%, 0%, 31%) |
| LAB | lab(44.6 -1.1 -42.3) |
| LCH | lch(44.6 42.3 268.5) |
| OKLCH | oklch(0.521 0.133 245.6) |
Copy-ready code
/* CSS */
color: #006eb0;
background-color: #006eb0;
/* Tailwind (arbitrary) */
class="text-[#006eb0] bg-[#006eb0]"
/* SCSS */
$brand: #006eb0;
/* SwiftUI */
Color(red: 0.000, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#006eb0")Accessibility — WCAG contrast
Aa
#006eb0 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006eb0 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.1%
Blue69.0%
CMYK percentages
Cyan100.0%
Magenta37.5%
Yellow0.0%
Key (black)31.0%
Color previews
#006eb0 text on a black background
contrast 3.86:1
Card sample
#006eb0 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006eb0;
Background color
Panel with #006eb0 background
background-color: #006eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006eb0; background: linear-gradient(135deg, #006eb0, #0700B0);