#21132a
a deep, soft violet · warm · closest name: black
RGB
33, 19, 42
HSL
277°, 38%, 12%
CMYK
21, 55, 0, 84
Luminance
0.0096
Every format
| HEX | #21132a |
| RGB | rgb(33, 19, 42) |
| HSL | hsl(277, 38%, 12%) |
| CMYK | cmyk(21%, 55%, 0%, 84%) |
| LAB | lab(8.6 12.8 -12.9) |
| LCH | lch(8.6 18.1 314.7) |
| OKLCH | oklch(0.217 0.048 311.0) |
Copy-ready code
/* CSS */
color: #21132a;
background-color: #21132a;
/* Tailwind (arbitrary) */
class="text-[#21132a] bg-[#21132a]"
/* SCSS */
$brand: #21132a;
/* SwiftUI */
Color(red: 0.129, green: 0.075, blue: 0.165)
/* Android */
Color.parseColor("#21132a")Accessibility — WCAG contrast
Aa
#21132a on white: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#21132a on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green7.5%
Blue16.5%
CMYK percentages
Cyan21.4%
Magenta54.8%
Yellow0.0%
Key (black)83.5%
Color previews
#21132a text on a black background
contrast 1.19:1
Card sample
#21132a text on a white background
contrast 17.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #21132a;
Background color
Panel with #21132a background
background-color: #21132a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #21132a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 19, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 19, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #21132a; background: linear-gradient(135deg, #21132a, #2A1324);