#c581f5
a light, electric violet · warm · closest name: violet
RGB
197, 129, 245
HSL
275°, 85%, 73%
CMYK
20, 47, 0, 4
Luminance
0.3416
Every format
| HEX | #c581f5 |
| RGB | rgb(197, 129, 245) |
| HSL | hsl(275, 85%, 73%) |
| CMYK | cmyk(20%, 47%, 0%, 4%) |
| LAB | lab(65.1 46.8 -48.2) |
| LCH | lch(65.1 67.2 314.2) |
| OKLCH | oklch(0.718 0.175 309.7) |
Copy-ready code
/* CSS */
color: #c581f5;
background-color: #c581f5;
/* Tailwind (arbitrary) */
class="text-[#c581f5] bg-[#c581f5]"
/* SCSS */
$brand: #c581f5;
/* SwiftUI */
Color(red: 0.773, green: 0.506, blue: 0.961)
/* Android */
Color.parseColor("#c581f5")Accessibility — WCAG contrast
Aa
#c581f5 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c581f5 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green50.6%
Blue96.1%
CMYK percentages
Cyan19.6%
Magenta47.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c581f5 text on a black background
contrast 7.83:1
Card sample
#c581f5 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c581f5;
Background color
Panel with #c581f5 background
background-color: #c581f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c581f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 129, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 129, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c581f5; background: linear-gradient(135deg, #c581f5, #F581D8);