#034c7f
a dark, electric blue · cool · closest name: steelblue
RGB
3, 76, 127
HSL
205°, 95%, 26%
CMYK
98, 40, 0, 50
Luminance
0.0672
Every format
| HEX | #034c7f |
| RGB | rgb(3, 76, 127) |
| HSL | hsl(205, 95%, 26%) |
| CMYK | cmyk(98%, 40%, 0%, 50%) |
| LAB | lab(31.2 0.7 -34.3) |
| LCH | lch(31.2 34.3 271.1) |
| OKLCH | oklch(0.406 0.106 247.5) |
Copy-ready code
/* CSS */
color: #034c7f;
background-color: #034c7f;
/* Tailwind (arbitrary) */
class="text-[#034c7f] bg-[#034c7f]"
/* SCSS */
$brand: #034c7f;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.498)
/* Android */
Color.parseColor("#034c7f")Accessibility — WCAG contrast
Aa
#034c7f on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c7f on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue49.8%
CMYK percentages
Cyan97.6%
Magenta40.2%
Yellow0.0%
Key (black)50.2%
Color previews
#034c7f text on a black background
contrast 2.34:1
Card sample
#034c7f text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c7f;
Background color
Panel with #034c7f background
background-color: #034c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c7f; background: linear-gradient(135deg, #034c7f, #0D037F);