#ce97fd
a light, electric violet · warm · closest name: violet
RGB
206, 151, 253
HSL
272°, 96%, 79%
CMYK
19, 40, 0, 1
Luminance
0.4235
Every format
| HEX | #ce97fd |
| RGB | rgb(206, 151, 253) |
| HSL | hsl(272, 96%, 79%) |
| CMYK | cmyk(19%, 40%, 0%, 1%) |
| LAB | lab(71.1 39.3 -43.1) |
| LCH | lch(71.1 58.3 312.4) |
| OKLCH | oklch(0.767 0.152 308.0) |
Copy-ready code
/* CSS */
color: #ce97fd;
background-color: #ce97fd;
/* Tailwind (arbitrary) */
class="text-[#ce97fd] bg-[#ce97fd]"
/* SCSS */
$brand: #ce97fd;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#ce97fd")Accessibility — WCAG contrast
Aa
#ce97fd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97fd on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ce97fd text on a black background
contrast 9.47:1
Card sample
#ce97fd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97fd;
Background color
Panel with #ce97fd background
background-color: #ce97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97fd; background: linear-gradient(135deg, #ce97fd, #FD97E8);