#cd95ee
a light, vivid violet · warm · closest name: plum
RGB
205, 149, 238
HSL
278°, 72%, 76%
CMYK
14, 37, 0, 7
Luminance
0.4065
Every format
| HEX | #cd95ee |
| RGB | rgb(205, 149, 238) |
| HSL | hsl(278, 72%, 76%) |
| CMYK | cmyk(14%, 37%, 0%, 7%) |
| LAB | lab(69.9 36.9 -36.7) |
| LCH | lch(69.9 52.0 315.1) |
| OKLCH | oklch(0.755 0.137 312.3) |
Copy-ready code
/* CSS */
color: #cd95ee;
background-color: #cd95ee;
/* Tailwind (arbitrary) */
class="text-[#cd95ee] bg-[#cd95ee]"
/* SCSS */
$brand: #cd95ee;
/* SwiftUI */
Color(red: 0.804, green: 0.584, blue: 0.933)
/* Android */
Color.parseColor("#cd95ee")Accessibility — WCAG contrast
Aa
#cd95ee on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd95ee on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.4%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta37.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cd95ee text on a black background
contrast 9.13:1
Card sample
#cd95ee text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd95ee;
Background color
Panel with #cd95ee background
background-color: #cd95ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd95ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 149, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 149, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd95ee; background: linear-gradient(135deg, #cd95ee, #EE95D4);