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