#200607
a deep, vivid red · warm · closest name: black
RGB
32, 6, 7
HSL
358°, 68%, 8%
CMYK
0, 81, 78, 88
Luminance
0.0045
Every format
| HEX | #200607 |
| RGB | rgb(32, 6, 7) |
| HSL | hsl(358, 68%, 8%) |
| CMYK | cmyk(0%, 81%, 78%, 88%) |
| LAB | lab(4.1 11.0 3.5) |
| LCH | lch(4.1 11.5 17.4) |
| OKLCH | oklch(0.171 0.046 20.6) |
Copy-ready code
/* CSS */
color: #200607;
background-color: #200607;
/* Tailwind (arbitrary) */
class="text-[#200607] bg-[#200607]"
/* SCSS */
$brand: #200607;
/* SwiftUI */
Color(red: 0.125, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#200607")Accessibility — WCAG contrast
Aa
#200607 on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200607 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow78.1%
Key (black)87.5%
Color previews
#200607 text on a black background
contrast 1.09:1
Card sample
#200607 text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200607;
Background color
Panel with #200607 background
background-color: #200607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200607; background: linear-gradient(135deg, #200607, #201606);