#034f53
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 79, 83
HSL
183°, 93%, 17%
CMYK
96, 5, 0, 68
Luminance
0.0624
Every format
| HEX | #034f53 |
| RGB | rgb(3, 79, 83) |
| HSL | hsl(183, 93%, 17%) |
| CMYK | cmyk(96%, 5%, 0%, 68%) |
| LAB | lab(30.0 -18.8 -8.3) |
| LCH | lch(30.0 20.6 203.8) |
| OKLCH | oklch(0.389 0.065 200.8) |
Copy-ready code
/* CSS */
color: #034f53;
background-color: #034f53;
/* Tailwind (arbitrary) */
class="text-[#034f53] bg-[#034f53]"
/* SCSS */
$brand: #034f53;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.325)
/* Android */
Color.parseColor("#034f53")Accessibility — WCAG contrast
Aa
#034f53 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f53 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue32.5%
CMYK percentages
Cyan96.4%
Magenta4.8%
Yellow0.0%
Key (black)67.5%
Color previews
#034f53 text on a black background
contrast 2.25:1
Card sample
#034f53 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f53;
Background color
Panel with #034f53 background
background-color: #034f53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f53; background: linear-gradient(135deg, #034f53, #031A53);