#cd9cef
a light, vivid violet · warm · closest name: plum
RGB
205, 156, 239
HSL
275°, 72%, 78%
CMYK
14, 35, 0, 6
Luminance
0.4299
Every format
| HEX | #cd9cef |
| RGB | rgb(205, 156, 239) |
| HSL | hsl(275, 72%, 78%) |
| CMYK | cmyk(14%, 35%, 0%, 6%) |
| LAB | lab(71.5 33.3 -34.8) |
| LCH | lch(71.5 48.1 313.7) |
| OKLCH | oklch(0.768 0.126 310.7) |
Copy-ready code
/* CSS */
color: #cd9cef;
background-color: #cd9cef;
/* Tailwind (arbitrary) */
class="text-[#cd9cef] bg-[#cd9cef]"
/* SCSS */
$brand: #cd9cef;
/* SwiftUI */
Color(red: 0.804, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#cd9cef")Accessibility — WCAG contrast
Aa
#cd9cef on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9cef on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.2%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#cd9cef text on a black background
contrast 9.60:1
Card sample
#cd9cef text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9cef;
Background color
Panel with #cd9cef background
background-color: #cd9cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9cef; background: linear-gradient(135deg, #cd9cef, #EF9CDA);