#200c2b
a deep, vivid violet · warm · closest name: black
RGB
32, 12, 43
HSL
279°, 56%, 11%
CMYK
26, 72, 0, 83
Luminance
0.0074
Every format
| HEX | #200c2b |
| RGB | rgb(32, 12, 43) |
| HSL | hsl(279, 56%, 11%) |
| CMYK | cmyk(26%, 72%, 0%, 83%) |
| LAB | lab(6.7 17.3 -16.6) |
| LCH | lch(6.7 24.0 316.1) |
| OKLCH | oklch(0.203 0.063 311.8) |
Copy-ready code
/* CSS */
color: #200c2b;
background-color: #200c2b;
/* Tailwind (arbitrary) */
class="text-[#200c2b] bg-[#200c2b]"
/* SCSS */
$brand: #200c2b;
/* SwiftUI */
Color(red: 0.125, green: 0.047, blue: 0.169)
/* Android */
Color.parseColor("#200c2b")Accessibility — WCAG contrast
Aa
#200c2b on white: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200c2b on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green4.7%
Blue16.9%
CMYK percentages
Cyan25.6%
Magenta72.1%
Yellow0.0%
Key (black)83.1%
Color previews
#200c2b text on a black background
contrast 1.15:1
Card sample
#200c2b text on a white background
contrast 18.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200c2b;
Background color
Panel with #200c2b background
background-color: #200c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 12, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 12, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200c2b; background: linear-gradient(135deg, #200c2b, #2B0C21);