#006daf
a dark, electric blue · cool · closest name: steelblue
RGB
0, 109, 175
HSL
203°, 100%, 34%
CMYK
100, 38, 0, 31
Luminance
0.1403
Every format
| HEX | #006daf |
| RGB | rgb(0, 109, 175) |
| HSL | hsl(203, 100%, 34%) |
| CMYK | cmyk(100%, 38%, 0%, 31%) |
| LAB | lab(44.3 -0.9 -42.3) |
| LCH | lch(44.3 42.3 268.8) |
| OKLCH | oklch(0.518 0.133 245.8) |
Copy-ready code
/* CSS */
color: #006daf;
background-color: #006daf;
/* Tailwind (arbitrary) */
class="text-[#006daf] bg-[#006daf]"
/* SCSS */
$brand: #006daf;
/* SwiftUI */
Color(red: 0.000, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#006daf")Accessibility — WCAG contrast
Aa
#006daf on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006daf on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.7%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta37.7%
Yellow0.0%
Key (black)31.4%
Color previews
#006daf text on a black background
contrast 3.81:1
Card sample
#006daf text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006daf;
Background color
Panel with #006daf background
background-color: #006daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006daf; background: linear-gradient(135deg, #006daf, #0800AF);