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