#cd99ff
a light, electric violet · warm · closest name: violet
RGB
205, 153, 255
HSL
271°, 100%, 80%
CMYK
20, 40, 0, 0
Luminance
0.4298
Every format
| HEX | #cd99ff |
| RGB | rgb(205, 153, 255) |
| HSL | hsl(271, 100%, 80%) |
| CMYK | cmyk(20%, 40%, 0%, 0%) |
| LAB | lab(71.5 38.3 -43.5) |
| LCH | lch(71.5 58.0 311.4) |
| OKLCH | oklch(0.770 0.150 306.7) |
Copy-ready code
/* CSS */
color: #cd99ff;
background-color: #cd99ff;
/* Tailwind (arbitrary) */
class="text-[#cd99ff] bg-[#cd99ff]"
/* SCSS */
$brand: #cd99ff;
/* SwiftUI */
Color(red: 0.804, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#cd99ff")Accessibility — WCAG contrast
Aa
#cd99ff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd99ff on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cd99ff text on a black background
contrast 9.60:1
Card sample
#cd99ff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd99ff;
Background color
Panel with #cd99ff background
background-color: #cd99ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd99ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd99ff; background: linear-gradient(135deg, #cd99ff, #FF99ED);