#20102a
a deep, soft violet · warm · closest name: black
RGB
32, 16, 42
HSL
277°, 45%, 11%
CMYK
24, 62, 0, 84
Luminance
0.0084
Every format
| HEX | #20102a |
| RGB | rgb(32, 16, 42) |
| HSL | hsl(277, 45%, 11%) |
| CMYK | cmyk(24%, 62%, 0%, 84%) |
| LAB | lab(7.6 14.5 -14.5) |
| LCH | lch(7.6 20.5 315.1) |
| OKLCH | oklch(0.210 0.053 311.0) |
Copy-ready code
/* CSS */
color: #20102a;
background-color: #20102a;
/* Tailwind (arbitrary) */
class="text-[#20102a] bg-[#20102a]"
/* SCSS */
$brand: #20102a;
/* SwiftUI */
Color(red: 0.125, green: 0.063, blue: 0.165)
/* Android */
Color.parseColor("#20102a")Accessibility — WCAG contrast
Aa
#20102a on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20102a on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.3%
Blue16.5%
CMYK percentages
Cyan23.8%
Magenta61.9%
Yellow0.0%
Key (black)83.5%
Color previews
#20102a text on a black background
contrast 1.17:1
Card sample
#20102a text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20102a;
Background color
Panel with #20102a background
background-color: #20102a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20102a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 16, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 16, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20102a; background: linear-gradient(135deg, #20102a, #2A1023);