#210607
a deep, vivid red · warm · closest name: black
RGB
33, 6, 7
HSL
358°, 69%, 8%
CMYK
0, 82, 79, 87
Luminance
0.0047
Every format
| HEX | #210607 |
| RGB | rgb(33, 6, 7) |
| HSL | hsl(358, 69%, 8%) |
| CMYK | cmyk(0%, 82%, 79%, 87%) |
| LAB | lab(4.2 11.7 3.7) |
| LCH | lch(4.2 12.2 17.5) |
| OKLCH | oklch(0.173 0.048 20.9) |
Copy-ready code
/* CSS */
color: #210607;
background-color: #210607;
/* Tailwind (arbitrary) */
class="text-[#210607] bg-[#210607]"
/* SCSS */
$brand: #210607;
/* SwiftUI */
Color(red: 0.129, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#210607")Accessibility — WCAG contrast
Aa
#210607 on white: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210607 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow78.8%
Key (black)87.1%
Color previews
#210607 text on a black background
contrast 1.09:1
Card sample
#210607 text on a white background
contrast 19.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210607;
Background color
Panel with #210607 background
background-color: #210607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210607; background: linear-gradient(135deg, #210607, #211706);