#221144
a deep, vivid violet · warm · closest name: midnightblue
RGB
34, 17, 68
HSL
260°, 60%, 17%
CMYK
50, 75, 0, 73
Luminance
0.0116
Every format
| HEX | #221144 |
| RGB | rgb(34, 17, 68) |
| HSL | hsl(260, 60%, 17%) |
| CMYK | cmyk(50%, 75%, 0%, 73%) |
| LAB | lab(10.3 22.6 -29.1) |
| LCH | lch(10.3 36.9 307.9) |
| OKLCH | oklch(0.236 0.091 293.6) |
Copy-ready code
/* CSS */
color: #221144;
background-color: #221144;
/* Tailwind (arbitrary) */
class="text-[#221144] bg-[#221144]"
/* SCSS */
$brand: #221144;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#221144")Accessibility — WCAG contrast
Aa
#221144 on white: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221144 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue26.7%
CMYK percentages
Cyan50.0%
Magenta75.0%
Yellow0.0%
Key (black)73.3%
Color previews
#221144 text on a black background
contrast 1.23:1
Card sample
#221144 text on a white background
contrast 17.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221144;
Background color
Panel with #221144 background
background-color: #221144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221144; background: linear-gradient(135deg, #221144, #441144);