#662288
a dark, vivid violet · warm · closest name: indigo
RGB
102, 34, 136
HSL
280°, 60%, 33%
CMYK
25, 75, 0, 47
Luminance
0.0575
Every format
| HEX | #662288 |
| RGB | rgb(102, 34, 136) |
| HSL | hsl(280, 60%, 33%) |
| CMYK | cmyk(25%, 75%, 0%, 47%) |
| LAB | lab(28.8 46.9 -43.4) |
| LCH | lch(28.8 63.9 317.3) |
| OKLCH | oklch(0.407 0.164 311.7) |
Copy-ready code
/* CSS */
color: #662288;
background-color: #662288;
/* Tailwind (arbitrary) */
class="text-[#662288] bg-[#662288]"
/* SCSS */
$brand: #662288;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#662288")Accessibility — WCAG contrast
Aa
#662288 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662288 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue53.3%
CMYK percentages
Cyan25.0%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#662288 text on a black background
contrast 2.15:1
Card sample
#662288 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662288;
Background color
Panel with #662288 background
background-color: #662288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662288; background: linear-gradient(135deg, #662288, #882266);