#034951
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 73, 81
HSL
186°, 93%, 17%
CMYK
96, 10, 0, 68
Luminance
0.0538
Every format
| HEX | #034951 |
| RGB | rgb(3, 73, 81) |
| HSL | hsl(186, 93%, 17%) |
| CMYK | cmyk(96%, 10%, 0%, 68%) |
| LAB | lab(27.8 -16.2 -10.4) |
| LCH | lch(27.8 19.2 212.6) |
| OKLCH | oklch(0.371 0.063 207.6) |
Copy-ready code
/* CSS */
color: #034951;
background-color: #034951;
/* Tailwind (arbitrary) */
class="text-[#034951] bg-[#034951]"
/* SCSS */
$brand: #034951;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.318)
/* Android */
Color.parseColor("#034951")Accessibility — WCAG contrast
Aa
#034951 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034951 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue31.8%
CMYK percentages
Cyan96.3%
Magenta9.9%
Yellow0.0%
Key (black)68.2%
Color previews
#034951 text on a black background
contrast 2.08:1
Card sample
#034951 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034951;
Background color
Panel with #034951 background
background-color: #034951;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034951;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034951; background: linear-gradient(135deg, #034951, #031551);