#cd9eee
a light, vivid violet · warm · closest name: plum
RGB
205, 158, 238
HSL
275°, 70%, 78%
CMYK
14, 34, 0, 7
Luminance
0.4361
Every format
| HEX | #cd9eee |
| RGB | rgb(205, 158, 238) |
| HSL | hsl(275, 70%, 78%) |
| CMYK | cmyk(14%, 34%, 0%, 7%) |
| LAB | lab(72.0 31.9 -33.6) |
| LCH | lch(72.0 46.3 313.6) |
| OKLCH | oklch(0.771 0.122 310.6) |
Copy-ready code
/* CSS */
color: #cd9eee;
background-color: #cd9eee;
/* Tailwind (arbitrary) */
class="text-[#cd9eee] bg-[#cd9eee]"
/* SCSS */
$brand: #cd9eee;
/* SwiftUI */
Color(red: 0.804, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#cd9eee")Accessibility — WCAG contrast
Aa
#cd9eee on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9eee on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.0%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cd9eee text on a black background
contrast 9.72:1
Card sample
#cd9eee text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9eee;
Background color
Panel with #cd9eee background
background-color: #cd9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9eee; background: linear-gradient(135deg, #cd9eee, #EE9EDA);