#034c6f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 76, 111
HSL
199°, 95%, 22%
CMYK
97, 32, 0, 57
Luminance
0.0634
Every format
| HEX | #034c6f |
| RGB | rgb(3, 76, 111) |
| HSL | hsl(199, 95%, 22%) |
| CMYK | cmyk(97%, 32%, 0%, 57%) |
| LAB | lab(30.2 -6.0 -25.7) |
| LCH | lch(30.2 26.4 256.8) |
| OKLCH | oklch(0.396 0.086 238.0) |
Copy-ready code
/* CSS */
color: #034c6f;
background-color: #034c6f;
/* Tailwind (arbitrary) */
class="text-[#034c6f] bg-[#034c6f]"
/* SCSS */
$brand: #034c6f;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.435)
/* Android */
Color.parseColor("#034c6f")Accessibility — WCAG contrast
Aa
#034c6f on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c6f on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta31.5%
Yellow0.0%
Key (black)56.5%
Color previews
#034c6f text on a black background
contrast 2.27:1
Card sample
#034c6f text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c6f;
Background color
Panel with #034c6f background
background-color: #034c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c6f; background: linear-gradient(135deg, #034c6f, #03046F);