#060413
a deep, vivid blue · warm · closest name: black
RGB
6, 4, 19
HSL
248°, 65%, 5%
CMYK
68, 79, 0, 93
Luminance
0.0017
Every format
| HEX | #060413 |
| RGB | rgb(6, 4, 19) |
| HSL | hsl(248, 65%, 5%) |
| CMYK | cmyk(68%, 79%, 0%, 93%) |
| LAB | lab(1.6 3.0 -6.4) |
| LCH | lch(1.6 7.1 294.7) |
| OKLCH | oklch(0.123 0.036 288.3) |
Copy-ready code
/* CSS */
color: #060413;
background-color: #060413;
/* Tailwind (arbitrary) */
class="text-[#060413] bg-[#060413]"
/* SCSS */
$brand: #060413;
/* SwiftUI */
Color(red: 0.024, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#060413")Accessibility — WCAG contrast
Aa
#060413 on white: 20.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060413 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green1.6%
Blue7.5%
CMYK percentages
Cyan68.4%
Magenta78.9%
Yellow0.0%
Key (black)92.5%
Color previews
#060413 text on a black background
contrast 1.03:1
Card sample
#060413 text on a white background
contrast 20.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060413;
Background color
Panel with #060413 background
background-color: #060413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060413; background: linear-gradient(135deg, #060413, #100413);