#cd8ffc
a light, electric violet · warm · closest name: violet
RGB
205, 143, 252
HSL
274°, 95%, 78%
CMYK
19, 43, 0, 1
Luminance
0.3965
Every format
| HEX | #cd8ffc |
| RGB | rgb(205, 143, 252) |
| HSL | hsl(274, 95%, 78%) |
| CMYK | cmyk(19%, 43%, 0%, 1%) |
| LAB | lab(69.2 43.1 -45.5) |
| LCH | lch(69.2 62.6 313.4) |
| OKLCH | oklch(0.752 0.163 309.2) |
Copy-ready code
/* CSS */
color: #cd8ffc;
background-color: #cd8ffc;
/* Tailwind (arbitrary) */
class="text-[#cd8ffc] bg-[#cd8ffc]"
/* SCSS */
$brand: #cd8ffc;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#cd8ffc")Accessibility — WCAG contrast
Aa
#cd8ffc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8ffc on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cd8ffc text on a black background
contrast 8.93:1
Card sample
#cd8ffc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8ffc;
Background color
Panel with #cd8ffc background
background-color: #cd8ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8ffc; background: linear-gradient(135deg, #cd8ffc, #FC8FE2);