#cd8fec
a light, vivid violet · warm · closest name: violet
RGB
205, 143, 236
HSL
280°, 71%, 74%
CMYK
13, 39, 0, 8
Luminance
0.3868
Every format
| HEX | #cd8fec |
| RGB | rgb(205, 143, 236) |
| HSL | hsl(280, 71%, 74%) |
| CMYK | cmyk(13%, 39%, 0%, 8%) |
| LAB | lab(68.5 39.7 -37.8) |
| LCH | lch(68.5 54.8 316.4) |
| OKLCH | oklch(0.745 0.145 313.8) |
Copy-ready code
/* CSS */
color: #cd8fec;
background-color: #cd8fec;
/* Tailwind (arbitrary) */
class="text-[#cd8fec] bg-[#cd8fec]"
/* SCSS */
$brand: #cd8fec;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.925)
/* Android */
Color.parseColor("#cd8fec")Accessibility — WCAG contrast
Aa
#cd8fec on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fec on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue92.5%
CMYK percentages
Cyan13.1%
Magenta39.4%
Yellow0.0%
Key (black)7.5%
Color previews
#cd8fec text on a black background
contrast 8.74:1
Card sample
#cd8fec text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fec;
Background color
Panel with #cd8fec background
background-color: #cd8fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fec; background: linear-gradient(135deg, #cd8fec, #EC8FCD);