#034f6b
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 79, 107
HSL
196°, 95%, 22%
CMYK
97, 26, 0, 58
Luminance
0.0667
Every format
| HEX | #034f6b |
| RGB | rgb(3, 79, 107) |
| HSL | hsl(196, 95%, 22%) |
| CMYK | cmyk(97%, 26%, 0%, 58%) |
| LAB | lab(31.1 -9.6 -22.0) |
| LCH | lch(31.1 23.9 246.5) |
| OKLCH | oklch(0.401 0.080 231.1) |
Copy-ready code
/* CSS */
color: #034f6b;
background-color: #034f6b;
/* Tailwind (arbitrary) */
class="text-[#034f6b] bg-[#034f6b]"
/* SCSS */
$brand: #034f6b;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.420)
/* Android */
Color.parseColor("#034f6b")Accessibility — WCAG contrast
Aa
#034f6b on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f6b on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue42.0%
CMYK percentages
Cyan97.2%
Magenta26.2%
Yellow0.0%
Key (black)58.0%
Color previews
#034f6b text on a black background
contrast 2.33:1
Card sample
#034f6b text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f6b;
Background color
Panel with #034f6b background
background-color: #034f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f6b; background: linear-gradient(135deg, #034f6b, #030A6B);