#150607
a deep, vivid red · warm · closest name: black
RGB
21, 6, 7
HSL
356°, 56%, 5%
CMYK
0, 71, 67, 92
Luminance
0.0031
Every format
| HEX | #150607 |
| RGB | rgb(21, 6, 7) |
| HSL | hsl(356, 56%, 5%) |
| CMYK | cmyk(0%, 71%, 67%, 92%) |
| LAB | lab(2.8 5.0 1.4) |
| LCH | lch(2.8 5.2 15.0) |
| OKLCH | oklch(0.148 0.029 16.0) |
Copy-ready code
/* CSS */
color: #150607;
background-color: #150607;
/* Tailwind (arbitrary) */
class="text-[#150607] bg-[#150607]"
/* SCSS */
$brand: #150607;
/* SwiftUI */
Color(red: 0.082, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#150607")Accessibility — WCAG contrast
Aa
#150607 on white: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150607 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow66.7%
Key (black)91.8%
Color previews
#150607 text on a black background
contrast 1.06:1
Card sample
#150607 text on a white background
contrast 19.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150607;
Background color
Panel with #150607 background
background-color: #150607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150607; background: linear-gradient(135deg, #150607, #150F06);