#cd98fe
a light, electric violet · warm · closest name: violet
RGB
205, 152, 254
HSL
271°, 98%, 80%
CMYK
19, 40, 0, 0
Luminance
0.4259
Every format
| HEX | #cd98fe |
| RGB | rgb(205, 152, 254) |
| HSL | hsl(271, 98%, 80%) |
| CMYK | cmyk(19%, 40%, 0%, 0%) |
| LAB | lab(71.3 38.7 -43.4) |
| LCH | lch(71.3 58.1 311.7) |
| OKLCH | oklch(0.768 0.151 307.1) |
Copy-ready code
/* CSS */
color: #cd98fe;
background-color: #cd98fe;
/* Tailwind (arbitrary) */
class="text-[#cd98fe] bg-[#cd98fe]"
/* SCSS */
$brand: #cd98fe;
/* SwiftUI */
Color(red: 0.804, green: 0.596, blue: 0.996)
/* Android */
Color.parseColor("#cd98fe")Accessibility — WCAG contrast
Aa
#cd98fe on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd98fe on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.6%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta40.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cd98fe text on a black background
contrast 9.52:1
Card sample
#cd98fe text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd98fe;
Background color
Panel with #cd98fe background
background-color: #cd98fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd98fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 152, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 152, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd98fe; background: linear-gradient(135deg, #cd98fe, #FE98EB);