#061515
a deep, vivid cyan · cool · closest name: black
RGB
6, 21, 21
HSL
180°, 56%, 5%
CMYK
71, 0, 0, 92
Luminance
0.0063
Every format
| HEX | #061515 |
| RGB | rgb(6, 21, 21) |
| HSL | hsl(180, 56%, 5%) |
| CMYK | cmyk(71%, 0%, 0%, 92%) |
| LAB | lab(5.7 -4.9 -1.7) |
| LCH | lch(5.7 5.2 199.4) |
| OKLCH | oklch(0.182 0.021 195.4) |
Copy-ready code
/* CSS */
color: #061515;
background-color: #061515;
/* Tailwind (arbitrary) */
class="text-[#061515] bg-[#061515]"
/* SCSS */
$brand: #061515;
/* SwiftUI */
Color(red: 0.024, green: 0.082, blue: 0.082)
/* Android */
Color.parseColor("#061515")Accessibility — WCAG contrast
Aa
#061515 on white: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061515 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green8.2%
Blue8.2%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow0.0%
Key (black)91.8%
Color previews
#061515 text on a black background
contrast 1.13:1
Card sample
#061515 text on a white background
contrast 18.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061515;
Background color
Panel with #061515 background
background-color: #061515;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061515;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 21, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 21, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061515; background: linear-gradient(135deg, #061515, #060B15);