#150708
a deep, vivid red · warm · closest name: black
RGB
21, 7, 8
HSL
356°, 50%, 6%
CMYK
0, 67, 62, 92
Luminance
0.0033
Every format
| HEX | #150708 |
| RGB | rgb(21, 7, 8) |
| HSL | hsl(356, 50%, 6%) |
| CMYK | cmyk(0%, 67%, 62%, 92%) |
| LAB | lab(3.0 4.8 1.3) |
| LCH | lch(3.0 4.9 14.7) |
| OKLCH | oklch(0.152 0.026 15.4) |
Copy-ready code
/* CSS */
color: #150708;
background-color: #150708;
/* Tailwind (arbitrary) */
class="text-[#150708] bg-[#150708]"
/* SCSS */
$brand: #150708;
/* SwiftUI */
Color(red: 0.082, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#150708")Accessibility — WCAG contrast
Aa
#150708 on white: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150708 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow61.9%
Key (black)91.8%
Color previews
#150708 text on a black background
contrast 1.07:1
Card sample
#150708 text on a white background
contrast 19.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150708;
Background color
Panel with #150708 background
background-color: #150708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150708; background: linear-gradient(135deg, #150708, #150F07);