#034b6f
a deep, electric blue · cool · closest name: steelblue
RGB
3, 75, 111
HSL
200°, 95%, 22%
CMYK
97, 32, 0, 57
Luminance
0.0620
Every format
| HEX | #034b6f |
| RGB | rgb(3, 75, 111) |
| HSL | hsl(200, 95%, 22%) |
| CMYK | cmyk(97%, 32%, 0%, 57%) |
| LAB | lab(29.9 -5.4 -26.3) |
| LCH | lch(29.9 26.8 258.4) |
| OKLCH | oklch(0.393 0.087 239.0) |
Copy-ready code
/* CSS */
color: #034b6f;
background-color: #034b6f;
/* Tailwind (arbitrary) */
class="text-[#034b6f] bg-[#034b6f]"
/* SCSS */
$brand: #034b6f;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.435)
/* Android */
Color.parseColor("#034b6f")Accessibility — WCAG contrast
Aa
#034b6f on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034b6f on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta32.4%
Yellow0.0%
Key (black)56.5%
Color previews
#034b6f text on a black background
contrast 2.24:1
Card sample
#034b6f text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034b6f;
Background color
Panel with #034b6f background
background-color: #034b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034b6f; background: linear-gradient(135deg, #034b6f, #03036F);