#060615
a deep, vivid blue · warm · closest name: black
RGB
6, 6, 21
HSL
240°, 56%, 5%
CMYK
71, 71, 0, 92
Luminance
0.0022
Every format
| HEX | #060615 |
| RGB | rgb(6, 6, 21) |
| HSL | hsl(240, 56%, 5%) |
| CMYK | cmyk(71%, 71%, 0%, 92%) |
| LAB | lab(2.0 2.6 -7.1) |
| LCH | lch(2.0 7.5 290.2) |
| OKLCH | oklch(0.133 0.034 280.8) |
Copy-ready code
/* CSS */
color: #060615;
background-color: #060615;
/* Tailwind (arbitrary) */
class="text-[#060615] bg-[#060615]"
/* SCSS */
$brand: #060615;
/* SwiftUI */
Color(red: 0.024, green: 0.024, blue: 0.082)
/* Android */
Color.parseColor("#060615")Accessibility — WCAG contrast
Aa
#060615 on white: 20.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060615 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.4%
Blue8.2%
CMYK percentages
Cyan71.4%
Magenta71.4%
Yellow0.0%
Key (black)91.8%
Color previews
#060615 text on a black background
contrast 1.04:1
Card sample
#060615 text on a white background
contrast 20.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060615;
Background color
Panel with #060615 background
background-color: #060615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 6, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 6, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060615; background: linear-gradient(135deg, #060615, #100615);