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