#034249
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 66, 73
HSL
186°, 92%, 15%
CMYK
96, 10, 0, 71
Luminance
0.0440
Every format
| HEX | #034249 |
| RGB | rgb(3, 66, 73) |
| HSL | hsl(186, 92%, 15%) |
| CMYK | cmyk(96%, 10%, 0%, 71%) |
| LAB | lab(24.9 -15.2 -9.5) |
| LCH | lch(24.9 17.9 211.9) |
| OKLCH | oklch(0.347 0.058 207.0) |
Copy-ready code
/* CSS */
color: #034249;
background-color: #034249;
/* Tailwind (arbitrary) */
class="text-[#034249] bg-[#034249]"
/* SCSS */
$brand: #034249;
/* SwiftUI */
Color(red: 0.012, green: 0.259, blue: 0.286)
/* Android */
Color.parseColor("#034249")Accessibility — WCAG contrast
Aa
#034249 on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034249 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.9%
Blue28.6%
CMYK percentages
Cyan95.9%
Magenta9.6%
Yellow0.0%
Key (black)71.4%
Color previews
#034249 text on a black background
contrast 1.88:1
Card sample
#034249 text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034249;
Background color
Panel with #034249 background
background-color: #034249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 66, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 66, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034249; background: linear-gradient(135deg, #034249, #031349);