#cd6ffd
a light, electric violet · warm · closest name: violet
RGB
205, 111, 253
HSL
280°, 97%, 71%
CMYK
19, 56, 0, 1
Luminance
0.3144
Every format
| HEX | #cd6ffd |
| RGB | rgb(205, 111, 253) |
| HSL | hsl(280, 97%, 71%) |
| CMYK | cmyk(19%, 56%, 0%, 1%) |
| LAB | lab(62.9 59.8 -56.1) |
| LCH | lch(62.9 82.0 316.8) |
| OKLCH | oklch(0.705 0.214 312.8) |
Copy-ready code
/* CSS */
color: #cd6ffd;
background-color: #cd6ffd;
/* Tailwind (arbitrary) */
class="text-[#cd6ffd] bg-[#cd6ffd]"
/* SCSS */
$brand: #cd6ffd;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.992)
/* Android */
Color.parseColor("#cd6ffd")Accessibility — WCAG contrast
Aa
#cd6ffd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6ffd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta56.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cd6ffd text on a black background
contrast 7.29:1
Card sample
#cd6ffd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6ffd;
Background color
Panel with #cd6ffd background
background-color: #cd6ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6ffd; background: linear-gradient(135deg, #cd6ffd, #FD6FCE);