#034c79
a deep, electric blue · cool · closest name: steelblue
RGB
3, 76, 121
HSL
203°, 95%, 24%
CMYK
98, 37, 0, 53
Luminance
0.0657
Every format
| HEX | #034c79 |
| RGB | rgb(3, 76, 121) |
| HSL | hsl(203, 95%, 24%) |
| CMYK | cmyk(98%, 37%, 0%, 53%) |
| LAB | lab(30.8 -1.9 -31.1) |
| LCH | lch(30.8 31.2 266.6) |
| OKLCH | oklch(0.402 0.098 244.5) |
Copy-ready code
/* CSS */
color: #034c79;
background-color: #034c79;
/* Tailwind (arbitrary) */
class="text-[#034c79] bg-[#034c79]"
/* SCSS */
$brand: #034c79;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.475)
/* Android */
Color.parseColor("#034c79")Accessibility — WCAG contrast
Aa
#034c79 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c79 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue47.5%
CMYK percentages
Cyan97.5%
Magenta37.2%
Yellow0.0%
Key (black)52.5%
Color previews
#034c79 text on a black background
contrast 2.31:1
Card sample
#034c79 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c79;
Background color
Panel with #034c79 background
background-color: #034c79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c79; background: linear-gradient(135deg, #034c79, #090379);