#cd8eee
a light, vivid violet · warm · closest name: violet
RGB
205, 142, 238
HSL
279°, 74%, 75%
CMYK
14, 40, 0, 7
Luminance
0.3850
Every format
| HEX | #cd8eee |
| RGB | rgb(205, 142, 238) |
| HSL | hsl(279, 74%, 75%) |
| CMYK | cmyk(14%, 40%, 0%, 7%) |
| LAB | lab(68.4 40.6 -39.1) |
| LCH | lch(68.4 56.4 316.1) |
| OKLCH | oklch(0.744 0.149 313.3) |
Copy-ready code
/* CSS */
color: #cd8eee;
background-color: #cd8eee;
/* Tailwind (arbitrary) */
class="text-[#cd8eee] bg-[#cd8eee]"
/* SCSS */
$brand: #cd8eee;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#cd8eee")Accessibility — WCAG contrast
Aa
#cd8eee on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8eee on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cd8eee text on a black background
contrast 8.70:1
Card sample
#cd8eee text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8eee;
Background color
Panel with #cd8eee background
background-color: #cd8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8eee; background: linear-gradient(135deg, #cd8eee, #EE8ECF);