#220175
a deep, electric violet · warm · closest name: navy
RGB
34, 1, 117
HSL
257°, 98%, 23%
CMYK
71, 99, 0, 54
Luminance
0.0165
Every format
| HEX | #220175 |
| RGB | rgb(34, 1, 117) |
| HSL | hsl(257, 98%, 23%) |
| CMYK | cmyk(71%, 99%, 0%, 54%) |
| LAB | lab(13.5 45.0 -56.7) |
| LCH | lch(13.5 72.4 308.4) |
| OKLCH | oklch(0.276 0.166 279.7) |
Copy-ready code
/* CSS */
color: #220175;
background-color: #220175;
/* Tailwind (arbitrary) */
class="text-[#220175] bg-[#220175]"
/* SCSS */
$brand: #220175;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.459)
/* Android */
Color.parseColor("#220175")Accessibility — WCAG contrast
Aa
#220175 on white: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220175 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue45.9%
CMYK percentages
Cyan70.9%
Magenta99.1%
Yellow0.0%
Key (black)54.1%
Color previews
#220175 text on a black background
contrast 1.33:1
Card sample
#220175 text on a white background
contrast 15.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220175;
Background color
Panel with #220175 background
background-color: #220175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220175; background: linear-gradient(135deg, #220175, #6F0175);