#040721
a deep, electric blue · warm · closest name: black
RGB
4, 7, 33
HSL
234°, 78%, 7%
CMYK
88, 79, 0, 87
Luminance
0.0029
Every format
| HEX | #040721 |
| RGB | rgb(4, 7, 33) |
| HSL | hsl(234, 78%, 7%) |
| CMYK | cmyk(88%, 79%, 0%, 87%) |
| LAB | lab(2.6 5.2 -15.6) |
| LCH | lch(2.6 16.4 288.5) |
| OKLCH | oklch(0.146 0.055 270.8) |
Copy-ready code
/* CSS */
color: #040721;
background-color: #040721;
/* Tailwind (arbitrary) */
class="text-[#040721] bg-[#040721]"
/* SCSS */
$brand: #040721;
/* SwiftUI */
Color(red: 0.016, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#040721")Accessibility — WCAG contrast
Aa
#040721 on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#040721 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green2.7%
Blue12.9%
CMYK percentages
Cyan87.9%
Magenta78.8%
Yellow0.0%
Key (black)87.1%
Color previews
#040721 text on a black background
contrast 1.06:1
Card sample
#040721 text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #040721;
Background color
Panel with #040721 background
background-color: #040721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #040721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #040721; background: linear-gradient(135deg, #040721, #140421);