#cd96fe
a light, electric violet · warm · closest name: violet
RGB
205, 150, 254
HSL
272°, 98%, 79%
CMYK
19, 41, 0, 0
Luminance
0.4195
Every format
| HEX | #cd96fe |
| RGB | rgb(205, 150, 254) |
| HSL | hsl(272, 98%, 79%) |
| CMYK | cmyk(19%, 41%, 0%, 0%) |
| LAB | lab(70.8 39.8 -44.0) |
| LCH | lch(70.8 59.3 312.1) |
| OKLCH | oklch(0.765 0.154 307.5) |
Copy-ready code
/* CSS */
color: #cd96fe;
background-color: #cd96fe;
/* Tailwind (arbitrary) */
class="text-[#cd96fe] bg-[#cd96fe]"
/* SCSS */
$brand: #cd96fe;
/* SwiftUI */
Color(red: 0.804, green: 0.588, blue: 0.996)
/* Android */
Color.parseColor("#cd96fe")Accessibility — WCAG contrast
Aa
#cd96fe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd96fe on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.8%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta40.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cd96fe text on a black background
contrast 9.39:1
Card sample
#cd96fe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd96fe;
Background color
Panel with #cd96fe background
background-color: #cd96fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd96fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 150, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 150, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd96fe; background: linear-gradient(135deg, #cd96fe, #FE96EA);