#cd91fe
a light, electric violet · warm · closest name: violet
RGB
205, 145, 254
HSL
273°, 98%, 78%
CMYK
19, 43, 0, 0
Luminance
0.4039
Every format
| HEX | #cd91fe |
| RGB | rgb(205, 145, 254) |
| HSL | hsl(273, 98%, 78%) |
| CMYK | cmyk(19%, 43%, 0%, 0%) |
| LAB | lab(69.7 42.4 -45.8) |
| LCH | lch(69.7 62.4 312.9) |
| OKLCH | oklch(0.756 0.162 308.3) |
Copy-ready code
/* CSS */
color: #cd91fe;
background-color: #cd91fe;
/* Tailwind (arbitrary) */
class="text-[#cd91fe] bg-[#cd91fe]"
/* SCSS */
$brand: #cd91fe;
/* SwiftUI */
Color(red: 0.804, green: 0.569, blue: 0.996)
/* Android */
Color.parseColor("#cd91fe")Accessibility — WCAG contrast
Aa
#cd91fe on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd91fe on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.9%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta42.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cd91fe text on a black background
contrast 9.08:1
Card sample
#cd91fe text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd91fe;
Background color
Panel with #cd91fe background
background-color: #cd91fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd91fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 145, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 145, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd91fe; background: linear-gradient(135deg, #cd91fe, #FE91E6);