#034d52
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 77, 82
HSL
184°, 93%, 17%
CMYK
96, 6, 0, 68
Luminance
0.0594
Every format
| HEX | #034d52 |
| RGB | rgb(3, 77, 82) |
| HSL | hsl(184, 93%, 17%) |
| CMYK | cmyk(96%, 6%, 0%, 68%) |
| LAB | lab(29.3 -18.1 -8.8) |
| LCH | lch(29.3 20.1 206.0) |
| OKLCH | oklch(0.383 0.064 202.5) |
Copy-ready code
/* CSS */
color: #034d52;
background-color: #034d52;
/* Tailwind (arbitrary) */
class="text-[#034d52] bg-[#034d52]"
/* SCSS */
$brand: #034d52;
/* SwiftUI */
Color(red: 0.012, green: 0.302, blue: 0.322)
/* Android */
Color.parseColor("#034d52")Accessibility — WCAG contrast
Aa
#034d52 on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034d52 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.2%
Blue32.2%
CMYK percentages
Cyan96.3%
Magenta6.1%
Yellow0.0%
Key (black)67.8%
Color previews
#034d52 text on a black background
contrast 2.19:1
Card sample
#034d52 text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034d52;
Background color
Panel with #034d52 background
background-color: #034d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 77, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 77, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034d52; background: linear-gradient(135deg, #034d52, #031852);