#cd8bfd
a light, electric violet · warm · closest name: violet
RGB
205, 139, 253
HSL
275°, 97%, 77%
CMYK
19, 45, 0, 1
Luminance
0.3854
Every format
| HEX | #cd8bfd |
| RGB | rgb(205, 139, 253) |
| HSL | hsl(275, 97%, 77%) |
| CMYK | cmyk(19%, 45%, 0%, 1%) |
| LAB | lab(68.4 45.4 -47.3) |
| LCH | lch(68.4 65.6 313.9) |
| OKLCH | oklch(0.746 0.171 309.5) |
Copy-ready code
/* CSS */
color: #cd8bfd;
background-color: #cd8bfd;
/* Tailwind (arbitrary) */
class="text-[#cd8bfd] bg-[#cd8bfd]"
/* SCSS */
$brand: #cd8bfd;
/* SwiftUI */
Color(red: 0.804, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#cd8bfd")Accessibility — WCAG contrast
Aa
#cd8bfd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8bfd on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green54.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cd8bfd text on a black background
contrast 8.71:1
Card sample
#cd8bfd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8bfd;
Background color
Panel with #cd8bfd background
background-color: #cd8bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8bfd; background: linear-gradient(135deg, #cd8bfd, #FD8BE1);