#220077
a deep, electric violet · warm · closest name: navy
RGB
34, 0, 119
HSL
257°, 100%, 23%
CMYK
71, 100, 0, 53
Luminance
0.0167
Every format
| HEX | #220077 |
| RGB | rgb(34, 0, 119) |
| HSL | hsl(257, 100%, 23%) |
| CMYK | cmyk(71%, 100%, 0%, 53%) |
| LAB | lab(13.7 45.9 -57.7) |
| LCH | lch(13.7 73.8 308.5) |
| OKLCH | oklch(0.278 0.169 279.4) |
Copy-ready code
/* CSS */
color: #220077;
background-color: #220077;
/* Tailwind (arbitrary) */
class="text-[#220077] bg-[#220077]"
/* SCSS */
$brand: #220077;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.467)
/* Android */
Color.parseColor("#220077")Accessibility — WCAG contrast
Aa
#220077 on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220077 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta100.0%
Yellow0.0%
Key (black)53.3%
Color previews
#220077 text on a black background
contrast 1.33:1
Card sample
#220077 text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220077;
Background color
Panel with #220077 background
background-color: #220077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220077; background: linear-gradient(135deg, #220077, #710077);