#480c79
a dark, electric violet · warm · closest name: indigo
RGB
72, 12, 121
HSL
273°, 82%, 26%
CMYK
41, 90, 0, 53
Luminance
0.0302
Every format
| HEX | #480c79 |
| RGB | rgb(72, 12, 121) |
| HSL | hsl(273, 82%, 26%) |
| CMYK | cmyk(41%, 90%, 0%, 53%) |
| LAB | lab(20.1 46.1 -48.2) |
| LCH | lch(20.1 66.7 313.8) |
| OKLCH | oklch(0.333 0.163 302.3) |
Copy-ready code
/* CSS */
color: #480c79;
background-color: #480c79;
/* Tailwind (arbitrary) */
class="text-[#480c79] bg-[#480c79]"
/* SCSS */
$brand: #480c79;
/* SwiftUI */
Color(red: 0.282, green: 0.047, blue: 0.475)
/* Android */
Color.parseColor("#480c79")Accessibility — WCAG contrast
Aa
#480c79 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480c79 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green4.7%
Blue47.5%
CMYK percentages
Cyan40.5%
Magenta90.1%
Yellow0.0%
Key (black)52.5%
Color previews
#480c79 text on a black background
contrast 1.60:1
Card sample
#480c79 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480c79;
Background color
Panel with #480c79 background
background-color: #480c79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480c79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 12, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 12, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480c79; background: linear-gradient(135deg, #480c79, #790C61);