#662277
a dark, vivid violet · warm · closest name: purple
RGB
102, 34, 119
HSL
288°, 56%, 30%
CMYK
14, 71, 0, 53
Luminance
0.0530
Every format
| HEX | #662277 |
| RGB | rgb(102, 34, 119) |
| HSL | hsl(288, 56%, 30%) |
| CMYK | cmyk(14%, 71%, 0%, 53%) |
| LAB | lab(27.6 43.2 -34.6) |
| LCH | lch(27.6 55.4 321.3) |
| OKLCH | oklch(0.395 0.147 318.9) |
Copy-ready code
/* CSS */
color: #662277;
background-color: #662277;
/* Tailwind (arbitrary) */
class="text-[#662277] bg-[#662277]"
/* SCSS */
$brand: #662277;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#662277")Accessibility — WCAG contrast
Aa
#662277 on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662277 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue46.7%
CMYK percentages
Cyan14.3%
Magenta71.4%
Yellow0.0%
Key (black)53.3%
Color previews
#662277 text on a black background
contrast 2.06:1
Card sample
#662277 text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662277;
Background color
Panel with #662277 background
background-color: #662277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662277; background: linear-gradient(135deg, #662277, #77224F);