#211133
a deep, vivid violet · warm · closest name: black
RGB
33, 17, 51
HSL
268°, 50%, 13%
CMYK
35, 67, 0, 80
Luminance
0.0096
Every format
| HEX | #211133 |
| RGB | rgb(33, 17, 51) |
| HSL | hsl(268, 50%, 13%) |
| CMYK | cmyk(35%, 67%, 0%, 80%) |
| LAB | lab(8.7 16.9 -19.4) |
| LCH | lch(8.7 25.8 311.0) |
| OKLCH | oklch(0.220 0.066 303.1) |
Copy-ready code
/* CSS */
color: #211133;
background-color: #211133;
/* Tailwind (arbitrary) */
class="text-[#211133] bg-[#211133]"
/* SCSS */
$brand: #211133;
/* SwiftUI */
Color(red: 0.129, green: 0.067, blue: 0.200)
/* Android */
Color.parseColor("#211133")Accessibility — WCAG contrast
Aa
#211133 on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211133 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green6.7%
Blue20.0%
CMYK percentages
Cyan35.3%
Magenta66.7%
Yellow0.0%
Key (black)80.0%
Color previews
#211133 text on a black background
contrast 1.19:1
Card sample
#211133 text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211133;
Background color
Panel with #211133 background
background-color: #211133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 17, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 17, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211133; background: linear-gradient(135deg, #211133, #33112E);