#c58cf3
a light, electric violet · warm · closest name: violet
RGB
197, 140, 243
HSL
273°, 81%, 75%
CMYK
19, 42, 0, 5
Luminance
0.3710
Every format
| HEX | #c58cf3 |
| RGB | rgb(197, 140, 243) |
| HSL | hsl(273, 81%, 75%) |
| CMYK | cmyk(19%, 42%, 0%, 5%) |
| LAB | lab(67.3 40.5 -43.6) |
| LCH | lch(67.3 59.5 312.9) |
| OKLCH | oklch(0.735 0.155 308.5) |
Copy-ready code
/* CSS */
color: #c58cf3;
background-color: #c58cf3;
/* Tailwind (arbitrary) */
class="text-[#c58cf3] bg-[#c58cf3]"
/* SCSS */
$brand: #c58cf3;
/* SwiftUI */
Color(red: 0.773, green: 0.549, blue: 0.953)
/* Android */
Color.parseColor("#c58cf3")Accessibility — WCAG contrast
Aa
#c58cf3 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58cf3 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green54.9%
Blue95.3%
CMYK percentages
Cyan18.9%
Magenta42.4%
Yellow0.0%
Key (black)4.7%
Color previews
#c58cf3 text on a black background
contrast 8.42:1
Card sample
#c58cf3 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58cf3;
Background color
Panel with #c58cf3 background
background-color: #c58cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 140, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 140, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58cf3; background: linear-gradient(135deg, #c58cf3, #F38CDC);