#220088
a dark, electric violet · warm · closest name: navy
RGB
34, 0, 136
HSL
255°, 100%, 27%
CMYK
75, 100, 0, 47
Luminance
0.0212
Every format
| HEX | #220088 |
| RGB | rgb(34, 0, 136) |
| HSL | hsl(255, 100%, 27%) |
| CMYK | cmyk(75%, 100%, 0%, 47%) |
| LAB | lab(16.1 50.3 -64.5) |
| LCH | lch(16.1 81.8 307.9) |
| OKLCH | oklch(0.300 0.187 276.1) |
Copy-ready code
/* CSS */
color: #220088;
background-color: #220088;
/* Tailwind (arbitrary) */
class="text-[#220088] bg-[#220088]"
/* SCSS */
$brand: #220088;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#220088")Accessibility — WCAG contrast
Aa
#220088 on white: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220088 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue53.3%
CMYK percentages
Cyan75.0%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#220088 text on a black background
contrast 1.42:1
Card sample
#220088 text on a white background
contrast 14.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220088;
Background color
Panel with #220088 background
background-color: #220088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220088; background: linear-gradient(135deg, #220088, #7D0088);