#034c7b
a deep, electric blue · cool · closest name: steelblue
RGB
3, 76, 123
HSL
204°, 95%, 25%
CMYK
98, 38, 0, 52
Luminance
0.0662
Every format
| HEX | #034c7b |
| RGB | rgb(3, 76, 123) |
| HSL | hsl(204, 95%, 25%) |
| CMYK | cmyk(98%, 38%, 0%, 52%) |
| LAB | lab(30.9 -1.0 -32.2) |
| LCH | lch(30.9 32.2 268.2) |
| OKLCH | oklch(0.403 0.101 245.6) |
Copy-ready code
/* CSS */
color: #034c7b;
background-color: #034c7b;
/* Tailwind (arbitrary) */
class="text-[#034c7b] bg-[#034c7b]"
/* SCSS */
$brand: #034c7b;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.482)
/* Android */
Color.parseColor("#034c7b")Accessibility — WCAG contrast
Aa
#034c7b on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c7b on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue48.2%
CMYK percentages
Cyan97.6%
Magenta38.2%
Yellow0.0%
Key (black)51.8%
Color previews
#034c7b text on a black background
contrast 2.32:1
Card sample
#034c7b text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c7b;
Background color
Panel with #034c7b background
background-color: #034c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c7b; background: linear-gradient(135deg, #034c7b, #0A037B);