#cd95fc
a light, electric violet · warm · closest name: violet
RGB
205, 149, 252
HSL
273°, 95%, 79%
CMYK
19, 41, 0, 1
Luminance
0.4150
Every format
| HEX | #cd95fc |
| RGB | rgb(205, 149, 252) |
| HSL | hsl(273, 95%, 79%) |
| CMYK | cmyk(19%, 41%, 0%, 1%) |
| LAB | lab(70.5 39.9 -43.4) |
| LCH | lch(70.5 59.0 312.5) |
| OKLCH | oklch(0.762 0.153 308.2) |
Copy-ready code
/* CSS */
color: #cd95fc;
background-color: #cd95fc;
/* Tailwind (arbitrary) */
class="text-[#cd95fc] bg-[#cd95fc]"
/* SCSS */
$brand: #cd95fc;
/* SwiftUI */
Color(red: 0.804, green: 0.584, blue: 0.988)
/* Android */
Color.parseColor("#cd95fc")Accessibility — WCAG contrast
Aa
#cd95fc on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd95fc on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.4%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta40.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cd95fc text on a black background
contrast 9.30:1
Card sample
#cd95fc text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd95fc;
Background color
Panel with #cd95fc background
background-color: #cd95fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd95fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 149, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 149, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd95fc; background: linear-gradient(135deg, #cd95fc, #FC95E6);