#034f6f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 79, 111
HSL
198°, 95%, 22%
CMYK
97, 29, 0, 57
Luminance
0.0676
Every format
| HEX | #034f6f |
| RGB | rgb(3, 79, 111) |
| HSL | hsl(198, 95%, 22%) |
| CMYK | cmyk(97%, 29%, 0%, 57%) |
| LAB | lab(31.3 -7.9 -24.2) |
| LCH | lch(31.3 25.4 251.8) |
| OKLCH | oklch(0.404 0.084 234.7) |
Copy-ready code
/* CSS */
color: #034f6f;
background-color: #034f6f;
/* Tailwind (arbitrary) */
class="text-[#034f6f] bg-[#034f6f]"
/* SCSS */
$brand: #034f6f;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.435)
/* Android */
Color.parseColor("#034f6f")Accessibility — WCAG contrast
Aa
#034f6f on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f6f on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta28.8%
Yellow0.0%
Key (black)56.5%
Color previews
#034f6f text on a black background
contrast 2.35:1
Card sample
#034f6f text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f6f;
Background color
Panel with #034f6f background
background-color: #034f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f6f; background: linear-gradient(135deg, #034f6f, #03076F);