#210708
a deep, vivid red · warm · closest name: black
RGB
33, 7, 8
HSL
358°, 65%, 8%
CMYK
0, 79, 76, 87
Luminance
0.0049
Every format
| HEX | #210708 |
| RGB | rgb(33, 7, 8) |
| HSL | hsl(358, 65%, 8%) |
| CMYK | cmyk(0%, 79%, 76%, 87%) |
| LAB | lab(4.5 11.4 3.6) |
| LCH | lch(4.5 12.0 17.5) |
| OKLCH | oklch(0.176 0.045 20.4) |
Copy-ready code
/* CSS */
color: #210708;
background-color: #210708;
/* Tailwind (arbitrary) */
class="text-[#210708] bg-[#210708]"
/* SCSS */
$brand: #210708;
/* SwiftUI */
Color(red: 0.129, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#210708")Accessibility — WCAG contrast
Aa
#210708 on white: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210708 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow75.8%
Key (black)87.1%
Color previews
#210708 text on a black background
contrast 1.10:1
Card sample
#210708 text on a white background
contrast 19.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210708;
Background color
Panel with #210708 background
background-color: #210708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210708; background: linear-gradient(135deg, #210708, #211707);