#04060f
a deep, vivid blue · warm · closest name: black
RGB
4, 6, 15
HSL
229°, 58%, 4%
CMYK
73, 60, 0, 94
Luminance
0.0019
Every format
| HEX | #04060f |
| RGB | rgb(4, 6, 15) |
| HSL | hsl(229, 58%, 4%) |
| CMYK | cmyk(73%, 60%, 0%, 94%) |
| LAB | lab(1.7 0.8 -3.9) |
| LCH | lch(1.7 4.0 282.1) |
| OKLCH | oklch(0.125 0.022 269.7) |
Copy-ready code
/* CSS */
color: #04060f;
background-color: #04060f;
/* Tailwind (arbitrary) */
class="text-[#04060f] bg-[#04060f]"
/* SCSS */
$brand: #04060f;
/* SwiftUI */
Color(red: 0.016, green: 0.024, blue: 0.059)
/* Android */
Color.parseColor("#04060f")Accessibility — WCAG contrast
Aa
#04060f on white: 20.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04060f on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green2.4%
Blue5.9%
CMYK percentages
Cyan73.3%
Magenta60.0%
Yellow0.0%
Key (black)94.1%
Color previews
#04060f text on a black background
contrast 1.04:1
Card sample
#04060f text on a white background
contrast 20.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04060f;
Background color
Panel with #04060f background
background-color: #04060f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04060f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 6, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 6, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04060f; background: linear-gradient(135deg, #04060f, #09040F);