#480cdf
a balanced, electric violet · warm · closest name: blue
RGB
72, 12, 223
HSL
257°, 90%, 46%
CMYK
68, 95, 0, 13
Luminance
0.0697
Every format
| HEX | #480cdf |
| RGB | rgb(72, 12, 223) |
| HSL | hsl(257, 90%, 46%) |
| CMYK | cmyk(68%, 95%, 0%, 13%) |
| LAB | lab(31.7 71.0 -90.6) |
| LCH | lch(31.7 115.1 308.1) |
| OKLCH | oklch(0.445 0.265 279.3) |
Copy-ready code
/* CSS */
color: #480cdf;
background-color: #480cdf;
/* Tailwind (arbitrary) */
class="text-[#480cdf] bg-[#480cdf]"
/* SCSS */
$brand: #480cdf;
/* SwiftUI */
Color(red: 0.282, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#480cdf")Accessibility — WCAG contrast
Aa
#480cdf on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480cdf on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green4.7%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#480cdf text on a black background
contrast 2.39:1
Card sample
#480cdf text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480cdf;
Background color
Panel with #480cdf background
background-color: #480cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480cdf; background: linear-gradient(135deg, #480cdf, #D50CDF);