#c480fd
a light, electric violet · warm · closest name: violet
RGB
196, 128, 253
HSL
273°, 97%, 75%
CMYK
23, 49, 0, 1
Luminance
0.3427
Every format
| HEX | #c480fd |
| RGB | rgb(196, 128, 253) |
| HSL | hsl(273, 97%, 75%) |
| CMYK | cmyk(23%, 49%, 0%, 1%) |
| LAB | lab(65.2 48.9 -52.5) |
| LCH | lch(65.2 71.7 313.0) |
| OKLCH | oklch(0.720 0.185 307.5) |
Copy-ready code
/* CSS */
color: #c480fd;
background-color: #c480fd;
/* Tailwind (arbitrary) */
class="text-[#c480fd] bg-[#c480fd]"
/* SCSS */
$brand: #c480fd;
/* SwiftUI */
Color(red: 0.769, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#c480fd")Accessibility — WCAG contrast
Aa
#c480fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c480fd on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green50.2%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c480fd text on a black background
contrast 7.85:1
Card sample
#c480fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c480fd;
Background color
Panel with #c480fd background
background-color: #c480fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c480fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c480fd; background: linear-gradient(135deg, #c480fd, #FD80E3);