#470099
a dark, electric violet · warm · closest name: indigo
RGB
71, 0, 153
HSL
268°, 100%, 30%
CMYK
54, 100, 0, 40
Luminance
0.0364
Every format
| HEX | #470099 |
| RGB | rgb(71, 0, 153) |
| HSL | hsl(268, 100%, 30%) |
| CMYK | cmyk(54%, 100%, 0%, 40%) |
| LAB | lab(22.4 56.5 -64.4) |
| LCH | lch(22.4 85.7 311.3) |
| OKLCH | oklch(0.358 0.200 292.3) |
Copy-ready code
/* CSS */
color: #470099;
background-color: #470099;
/* Tailwind (arbitrary) */
class="text-[#470099] bg-[#470099]"
/* SCSS */
$brand: #470099;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#470099")Accessibility — WCAG contrast
Aa
#470099 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470099 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue60.0%
CMYK percentages
Cyan53.6%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#470099 text on a black background
contrast 1.73:1
Card sample
#470099 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470099;
Background color
Panel with #470099 background
background-color: #470099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470099; background: linear-gradient(135deg, #470099, #990085);