#034c76
a deep, electric blue · cool · closest name: steelblue
RGB
3, 76, 118
HSL
202°, 95%, 24%
CMYK
98, 36, 0, 54
Luminance
0.0650
Every format
| HEX | #034c76 |
| RGB | rgb(3, 76, 118) |
| HSL | hsl(202, 95%, 24%) |
| CMYK | cmyk(98%, 36%, 0%, 54%) |
| LAB | lab(30.6 -3.1 -29.5) |
| LCH | lch(30.6 29.7 264.0) |
| OKLCH | oklch(0.400 0.095 242.8) |
Copy-ready code
/* CSS */
color: #034c76;
background-color: #034c76;
/* Tailwind (arbitrary) */
class="text-[#034c76] bg-[#034c76]"
/* SCSS */
$brand: #034c76;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.463)
/* Android */
Color.parseColor("#034c76")Accessibility — WCAG contrast
Aa
#034c76 on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c76 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue46.3%
CMYK percentages
Cyan97.5%
Magenta35.6%
Yellow0.0%
Key (black)53.7%
Color previews
#034c76 text on a black background
contrast 2.30:1
Card sample
#034c76 text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c76;
Background color
Panel with #034c76 background
background-color: #034c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c76; background: linear-gradient(135deg, #034c76, #070376);