#c58eee
a light, vivid violet · warm · closest name: violet
RGB
197, 142, 238
HSL
274°, 74%, 75%
CMYK
17, 40, 0, 7
Luminance
0.3739
Every format
| HEX | #c58eee |
| RGB | rgb(197, 142, 238) |
| HSL | hsl(274, 74%, 75%) |
| CMYK | cmyk(17%, 40%, 0%, 7%) |
| LAB | lab(67.6 38.3 -40.5) |
| LCH | lch(67.6 55.7 313.4) |
| OKLCH | oklch(0.736 0.145 309.6) |
Copy-ready code
/* CSS */
color: #c58eee;
background-color: #c58eee;
/* Tailwind (arbitrary) */
class="text-[#c58eee] bg-[#c58eee]"
/* SCSS */
$brand: #c58eee;
/* SwiftUI */
Color(red: 0.773, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#c58eee")Accessibility — WCAG contrast
Aa
#c58eee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58eee on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c58eee text on a black background
contrast 8.48:1
Card sample
#c58eee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58eee;
Background color
Panel with #c58eee background
background-color: #c58eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58eee; background: linear-gradient(135deg, #c58eee, #EE8ED7);