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