#221638
a deep, soft violet · warm · closest name: black
RGB
34, 22, 56
HSL
261°, 44%, 15%
CMYK
39, 61, 0, 78
Luminance
0.0120
Every format
| HEX | #221638 |
| RGB | rgb(34, 22, 56) |
| HSL | hsl(261, 44%, 15%) |
| CMYK | cmyk(39%, 61%, 0%, 78%) |
| LAB | lab(10.6 15.3 -20.1) |
| LCH | lch(10.6 25.2 307.3) |
| OKLCH | oklch(0.235 0.064 297.6) |
Copy-ready code
/* CSS */
color: #221638;
background-color: #221638;
/* Tailwind (arbitrary) */
class="text-[#221638] bg-[#221638]"
/* SCSS */
$brand: #221638;
/* SwiftUI */
Color(red: 0.133, green: 0.086, blue: 0.220)
/* Android */
Color.parseColor("#221638")Accessibility — WCAG contrast
Aa
#221638 on white: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221638 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green8.6%
Blue22.0%
CMYK percentages
Cyan39.3%
Magenta60.7%
Yellow0.0%
Key (black)78.0%
Color previews
#221638 text on a black background
contrast 1.24:1
Card sample
#221638 text on a white background
contrast 16.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221638;
Background color
Panel with #221638 background
background-color: #221638;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221638;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 22, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 22, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221638; background: linear-gradient(135deg, #221638, #381637);