#220139
a deep, electric violet · warm · closest name: midnightblue
RGB
34, 1, 57
HSL
275°, 97%, 11%
CMYK
40, 98, 0, 78
Luminance
0.0066
Every format
| HEX | #220139 |
| RGB | rgb(34, 1, 57) |
| HSL | hsl(275, 97%, 11%) |
| CMYK | cmyk(40%, 98%, 0%, 78%) |
| LAB | lab(5.9 28.3 -28.2) |
| LCH | lch(5.9 40.0 315.0) |
| OKLCH | oklch(0.201 0.101 306.1) |
Copy-ready code
/* CSS */
color: #220139;
background-color: #220139;
/* Tailwind (arbitrary) */
class="text-[#220139] bg-[#220139]"
/* SCSS */
$brand: #220139;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.224)
/* Android */
Color.parseColor("#220139")Accessibility — WCAG contrast
Aa
#220139 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220139 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue22.4%
CMYK percentages
Cyan40.4%
Magenta98.2%
Yellow0.0%
Key (black)77.6%
Color previews
#220139 text on a black background
contrast 1.13:1
Card sample
#220139 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220139;
Background color
Panel with #220139 background
background-color: #220139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220139; background: linear-gradient(135deg, #220139, #39012B);