#c57eee
a light, electric violet · warm · closest name: violet
RGB
197, 126, 238
HSL
278°, 77%, 71%
CMYK
17, 47, 0, 7
Luminance
0.3297
Every format
| HEX | #c57eee |
| RGB | rgb(197, 126, 238) |
| HSL | hsl(278, 77%, 71%) |
| CMYK | cmyk(17%, 47%, 0%, 7%) |
| LAB | lab(64.1 46.9 -45.9) |
| LCH | lch(64.1 65.6 315.7) |
| OKLCH | oklch(0.710 0.172 312.0) |
Copy-ready code
/* CSS */
color: #c57eee;
background-color: #c57eee;
/* Tailwind (arbitrary) */
class="text-[#c57eee] bg-[#c57eee]"
/* SCSS */
$brand: #c57eee;
/* SwiftUI */
Color(red: 0.773, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c57eee")Accessibility — WCAG contrast
Aa
#c57eee on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57eee on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.4%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c57eee text on a black background
contrast 7.59:1
Card sample
#c57eee text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57eee;
Background color
Panel with #c57eee background
background-color: #c57eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57eee; background: linear-gradient(135deg, #c57eee, #EE7ECC);