#034752
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 82
HSL
188°, 93%, 17%
CMYK
96, 13, 0, 68
Luminance
0.0514
Every format
| HEX | #034752 |
| RGB | rgb(3, 71, 82) |
| HSL | hsl(188, 93%, 17%) |
| CMYK | cmyk(96%, 13%, 0%, 68%) |
| LAB | lab(27.1 -14.7 -12.0) |
| LCH | lch(27.1 19.0 219.4) |
| OKLCH | oklch(0.366 0.063 212.5) |
Copy-ready code
/* CSS */
color: #034752;
background-color: #034752;
/* Tailwind (arbitrary) */
class="text-[#034752] bg-[#034752]"
/* SCSS */
$brand: #034752;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.322)
/* Android */
Color.parseColor("#034752")Accessibility — WCAG contrast
Aa
#034752 on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034752 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue32.2%
CMYK percentages
Cyan96.3%
Magenta13.4%
Yellow0.0%
Key (black)67.8%
Color previews
#034752 text on a black background
contrast 2.03:1
Card sample
#034752 text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034752;
Background color
Panel with #034752 background
background-color: #034752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034752; background: linear-gradient(135deg, #034752, #031252);