#006eb3
a dark, electric blue · cool · closest name: steelblue
RGB
0, 110, 179
HSL
203°, 100%, 35%
CMYK
100, 39, 0, 30
Luminance
0.1441
Every format
| HEX | #006eb3 |
| RGB | rgb(0, 110, 179) |
| HSL | hsl(203, 100%, 35%) |
| CMYK | cmyk(100%, 39%, 0%, 30%) |
| LAB | lab(44.8 0.1 -43.8) |
| LCH | lch(44.8 43.8 270.2) |
| OKLCH | oklch(0.523 0.137 246.7) |
Copy-ready code
/* CSS */
color: #006eb3;
background-color: #006eb3;
/* Tailwind (arbitrary) */
class="text-[#006eb3] bg-[#006eb3]"
/* SCSS */
$brand: #006eb3;
/* SwiftUI */
Color(red: 0.000, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#006eb3")Accessibility — WCAG contrast
Aa
#006eb3 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006eb3 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.1%
Blue70.2%
CMYK percentages
Cyan100.0%
Magenta38.5%
Yellow0.0%
Key (black)29.8%
Color previews
#006eb3 text on a black background
contrast 3.88:1
Card sample
#006eb3 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006eb3;
Background color
Panel with #006eb3 background
background-color: #006eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006eb3; background: linear-gradient(135deg, #006eb3, #0900B3);