#cd6bfe
a light, electric violet · warm · closest name: violet
RGB
205, 107, 254
HSL
280°, 99%, 71%
CMYK
19, 58, 0, 0
Luminance
0.3065
Every format
| HEX | #cd6bfe |
| RGB | rgb(205, 107, 254) |
| HSL | hsl(280, 99%, 71%) |
| CMYK | cmyk(19%, 58%, 0%, 0%) |
| LAB | lab(62.2 61.9 -57.7) |
| LCH | lch(62.2 84.6 317.0) |
| OKLCH | oklch(0.701 0.221 312.9) |
Copy-ready code
/* CSS */
color: #cd6bfe;
background-color: #cd6bfe;
/* Tailwind (arbitrary) */
class="text-[#cd6bfe] bg-[#cd6bfe]"
/* SCSS */
$brand: #cd6bfe;
/* SwiftUI */
Color(red: 0.804, green: 0.420, blue: 0.996)
/* Android */
Color.parseColor("#cd6bfe")Accessibility — WCAG contrast
Aa
#cd6bfe on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6bfe on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta57.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cd6bfe text on a black background
contrast 7.13:1
Card sample
#cd6bfe text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6bfe;
Background color
Panel with #cd6bfe background
background-color: #cd6bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 107, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 107, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6bfe; background: linear-gradient(135deg, #cd6bfe, #FE6BCD);