#cd93df
a light, vivid violet · warm · closest name: plum
RGB
205, 147, 223
HSL
286°, 54%, 73%
CMYK
8, 34, 0, 13
Luminance
0.3917
Every format
| HEX | #cd93df |
| RGB | rgb(205, 147, 223) |
| HSL | hsl(286, 54%, 73%) |
| CMYK | cmyk(8%, 34%, 0%, 13%) |
| LAB | lab(68.9 34.9 -30.1) |
| LCH | lch(68.9 46.1 319.2) |
| OKLCH | oklch(0.746 0.123 318.0) |
Copy-ready code
/* CSS */
color: #cd93df;
background-color: #cd93df;
/* Tailwind (arbitrary) */
class="text-[#cd93df] bg-[#cd93df]"
/* SCSS */
$brand: #cd93df;
/* SwiftUI */
Color(red: 0.804, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#cd93df")Accessibility — WCAG contrast
Aa
#cd93df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd93df on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green57.6%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cd93df text on a black background
contrast 8.83:1
Card sample
#cd93df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd93df;
Background color
Panel with #cd93df background
background-color: #cd93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd93df; background: linear-gradient(135deg, #cd93df, #DF93BE);