#c57ef1
a light, electric violet · warm · closest name: violet
RGB
197, 126, 241
HSL
277°, 80%, 72%
CMYK
18, 48, 0, 6
Luminance
0.3314
Every format
| HEX | #c57ef1 |
| RGB | rgb(197, 126, 241) |
| HSL | hsl(277, 80%, 72%) |
| CMYK | cmyk(18%, 48%, 0%, 6%) |
| LAB | lab(64.3 47.6 -47.3) |
| LCH | lch(64.3 67.1 315.2) |
| OKLCH | oklch(0.712 0.175 311.2) |
Copy-ready code
/* CSS */
color: #c57ef1;
background-color: #c57ef1;
/* Tailwind (arbitrary) */
class="text-[#c57ef1] bg-[#c57ef1]"
/* SCSS */
$brand: #c57ef1;
/* SwiftUI */
Color(red: 0.773, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#c57ef1")Accessibility — WCAG contrast
Aa
#c57ef1 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57ef1 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.4%
Blue94.5%
CMYK percentages
Cyan18.3%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#c57ef1 text on a black background
contrast 7.63:1
Card sample
#c57ef1 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57ef1;
Background color
Panel with #c57ef1 background
background-color: #c57ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57ef1; background: linear-gradient(135deg, #c57ef1, #F17ED0);