#220066
a deep, electric violet · warm · closest name: midnightblue
RGB
34, 0, 102
HSL
260°, 100%, 20%
CMYK
67, 100, 0, 60
Luminance
0.0130
Every format
| HEX | #220066 |
| RGB | rgb(34, 0, 102) |
| HSL | hsl(260, 100%, 20%) |
| CMYK | cmyk(67%, 100%, 0%, 60%) |
| LAB | lab(11.3 41.5 -50.6) |
| LCH | lch(11.3 65.4 309.3) |
| OKLCH | oklch(0.255 0.150 283.9) |
Copy-ready code
/* CSS */
color: #220066;
background-color: #220066;
/* Tailwind (arbitrary) */
class="text-[#220066] bg-[#220066]"
/* SCSS */
$brand: #220066;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#220066")Accessibility — WCAG contrast
Aa
#220066 on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220066 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue40.0%
CMYK percentages
Cyan66.7%
Magenta100.0%
Yellow0.0%
Key (black)60.0%
Color previews
#220066 text on a black background
contrast 1.26:1
Card sample
#220066 text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220066;
Background color
Panel with #220066 background
background-color: #220066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220066; background: linear-gradient(135deg, #220066, #660066);