#04112f
a deep, electric blue · cool · closest name: black
RGB
4, 17, 47
HSL
222°, 84%, 10%
CMYK
92, 64, 0, 82
Luminance
0.0063
Every format
| HEX | #04112f |
| RGB | rgb(4, 17, 47) |
| HSL | hsl(222, 84%, 10%) |
| CMYK | cmyk(92%, 64%, 0%, 82%) |
| LAB | lab(5.7 6.7 -21.4) |
| LCH | lch(5.7 22.4 287.3) |
| OKLCH | oklch(0.188 0.064 262.5) |
Copy-ready code
/* CSS */
color: #04112f;
background-color: #04112f;
/* Tailwind (arbitrary) */
class="text-[#04112f] bg-[#04112f]"
/* SCSS */
$brand: #04112f;
/* SwiftUI */
Color(red: 0.016, green: 0.067, blue: 0.184)
/* Android */
Color.parseColor("#04112f")Accessibility — WCAG contrast
Aa
#04112f on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04112f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green6.7%
Blue18.4%
CMYK percentages
Cyan91.5%
Magenta63.8%
Yellow0.0%
Key (black)81.6%
Color previews
#04112f text on a black background
contrast 1.13:1
Card sample
#04112f text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04112f;
Background color
Panel with #04112f background
background-color: #04112f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04112f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 17, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 17, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04112f; background: linear-gradient(135deg, #04112f, #14042F);