#220149
a deep, electric violet · warm · closest name: midnightblue
RGB
34, 1, 73
HSL
268°, 97%, 15%
CMYK
53, 99, 0, 71
Luminance
0.0084
Every format
| HEX | #220149 |
| RGB | rgb(34, 1, 73) |
| HSL | hsl(268, 97%, 15%) |
| CMYK | cmyk(53%, 99%, 0%, 71%) |
| LAB | lab(7.6 33.3 -36.9) |
| LCH | lch(7.6 49.7 312.0) |
| OKLCH | oklch(0.219 0.118 295.8) |
Copy-ready code
/* CSS */
color: #220149;
background-color: #220149;
/* Tailwind (arbitrary) */
class="text-[#220149] bg-[#220149]"
/* SCSS */
$brand: #220149;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.286)
/* Android */
Color.parseColor("#220149")Accessibility — WCAG contrast
Aa
#220149 on white: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220149 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue28.6%
CMYK percentages
Cyan53.4%
Magenta98.6%
Yellow0.0%
Key (black)71.4%
Color previews
#220149 text on a black background
contrast 1.17:1
Card sample
#220149 text on a white background
contrast 17.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220149;
Background color
Panel with #220149 background
background-color: #220149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220149; background: linear-gradient(135deg, #220149, #490140);