#034755
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 85
HSL
190°, 93%, 17%
CMYK
97, 17, 0, 67
Luminance
0.0518
Every format
| HEX | #034755 |
| RGB | rgb(3, 71, 85) |
| HSL | hsl(190, 93%, 17%) |
| CMYK | cmyk(97%, 17%, 0%, 67%) |
| LAB | lab(27.2 -13.5 -13.8) |
| LCH | lch(27.2 19.3 225.6) |
| OKLCH | oklch(0.367 0.064 216.9) |
Copy-ready code
/* CSS */
color: #034755;
background-color: #034755;
/* Tailwind (arbitrary) */
class="text-[#034755] bg-[#034755]"
/* SCSS */
$brand: #034755;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.333)
/* Android */
Color.parseColor("#034755")Accessibility — WCAG contrast
Aa
#034755 on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034755 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue33.3%
CMYK percentages
Cyan96.5%
Magenta16.5%
Yellow0.0%
Key (black)66.7%
Color previews
#034755 text on a black background
contrast 2.04:1
Card sample
#034755 text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034755;
Background color
Panel with #034755 background
background-color: #034755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034755; background: linear-gradient(135deg, #034755, #031055);