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