#c58afd
a light, electric violet · warm · closest name: violet
RGB
197, 138, 253
HSL
271°, 97%, 77%
CMYK
22, 46, 0, 1
Luminance
0.3714
Every format
| HEX | #c58afd |
| RGB | rgb(197, 138, 253) |
| HSL | hsl(271, 97%, 77%) |
| CMYK | cmyk(22%, 46%, 0%, 1%) |
| LAB | lab(67.4 43.8 -49.0) |
| LCH | lch(67.4 65.7 311.8) |
| OKLCH | oklch(0.737 0.170 306.3) |
Copy-ready code
/* CSS */
color: #c58afd;
background-color: #c58afd;
/* Tailwind (arbitrary) */
class="text-[#c58afd] bg-[#c58afd]"
/* SCSS */
$brand: #c58afd;
/* SwiftUI */
Color(red: 0.773, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#c58afd")Accessibility — WCAG contrast
Aa
#c58afd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58afd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green54.1%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c58afd text on a black background
contrast 8.43:1
Card sample
#c58afd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58afd;
Background color
Panel with #c58afd background
background-color: #c58afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58afd; background: linear-gradient(135deg, #c58afd, #FD8AE8);