#200300
a deep, electric red · warm · closest name: black
RGB
32, 3, 0
HSL
6°, 100%, 6%
CMYK
0, 91, 100, 88
Luminance
0.0037
Every format
| HEX | #200300 |
| RGB | rgb(32, 3, 0) |
| HSL | hsl(6, 100%, 6%) |
| CMYK | cmyk(0%, 91%, 100%, 88%) |
| LAB | lab(3.4 11.2 5.2) |
| LCH | lch(3.4 12.4 25.0) |
| OKLCH | oklch(0.161 0.056 35.8) |
Copy-ready code
/* CSS */
color: #200300;
background-color: #200300;
/* Tailwind (arbitrary) */
class="text-[#200300] bg-[#200300]"
/* SCSS */
$brand: #200300;
/* SwiftUI */
Color(red: 0.125, green: 0.012, blue: 0.000)
/* Android */
Color.parseColor("#200300")Accessibility — WCAG contrast
Aa
#200300 on white: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200300 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow100.0%
Key (black)87.5%
Color previews
#200300 text on a black background
contrast 1.07:1
Card sample
#200300 text on a white background
contrast 19.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200300;
Background color
Panel with #200300 background
background-color: #200300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 3, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 3, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200300; background: linear-gradient(135deg, #200300, #201800);