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