#200708
a deep, vivid red · warm · closest name: black
RGB
32, 7, 8
HSL
358°, 64%, 8%
CMYK
0, 78, 75, 88
Luminance
0.0048
Every format
| HEX | #200708 |
| RGB | rgb(32, 7, 8) |
| HSL | hsl(358, 64%, 8%) |
| CMYK | cmyk(0%, 78%, 75%, 88%) |
| LAB | lab(4.3 10.8 3.4) |
| LCH | lch(4.3 11.3 17.4) |
| OKLCH | oklch(0.174 0.044 20.1) |
Copy-ready code
/* CSS */
color: #200708;
background-color: #200708;
/* Tailwind (arbitrary) */
class="text-[#200708] bg-[#200708]"
/* SCSS */
$brand: #200708;
/* SwiftUI */
Color(red: 0.125, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#200708")Accessibility — WCAG contrast
Aa
#200708 on white: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200708 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow75.0%
Key (black)87.5%
Color previews
#200708 text on a black background
contrast 1.10:1
Card sample
#200708 text on a white background
contrast 19.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200708;
Background color
Panel with #200708 background
background-color: #200708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200708; background: linear-gradient(135deg, #200708, #201707);