#041f4f
a deep, electric blue · cool · closest name: midnightblue
RGB
4, 31, 79
HSL
218°, 90%, 16%
CMYK
95, 61, 0, 69
Luminance
0.0157
Every format
| HEX | #041f4f |
| RGB | rgb(4, 31, 79) |
| HSL | hsl(218, 90%, 16%) |
| CMYK | cmyk(95%, 61%, 0%, 69%) |
| LAB | lab(13.1 11.7 -32.3) |
| LCH | lch(13.1 34.3 289.9) |
| OKLCH | oklch(0.254 0.095 260.5) |
Copy-ready code
/* CSS */
color: #041f4f;
background-color: #041f4f;
/* Tailwind (arbitrary) */
class="text-[#041f4f] bg-[#041f4f]"
/* SCSS */
$brand: #041f4f;
/* SwiftUI */
Color(red: 0.016, green: 0.122, blue: 0.310)
/* Android */
Color.parseColor("#041f4f")Accessibility — WCAG contrast
Aa
#041f4f on white: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041f4f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.2%
Blue31.0%
CMYK percentages
Cyan94.9%
Magenta60.8%
Yellow0.0%
Key (black)69.0%
Color previews
#041f4f text on a black background
contrast 1.31:1
Card sample
#041f4f text on a white background
contrast 15.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041f4f;
Background color
Panel with #041f4f background
background-color: #041f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 31, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 31, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041f4f; background: linear-gradient(135deg, #041f4f, #1B044F);