#cd6ffb
a light, electric violet · warm · closest name: violet
RGB
205, 111, 251
HSL
280°, 95%, 71%
CMYK
18, 56, 0, 2
Luminance
0.3131
Every format
| HEX | #cd6ffb |
| RGB | rgb(205, 111, 251) |
| HSL | hsl(280, 95%, 71%) |
| CMYK | cmyk(18%, 56%, 0%, 2%) |
| LAB | lab(62.8 59.4 -55.1) |
| LCH | lch(62.8 81.0 317.1) |
| OKLCH | oklch(0.704 0.212 313.2) |
Copy-ready code
/* CSS */
color: #cd6ffb;
background-color: #cd6ffb;
/* Tailwind (arbitrary) */
class="text-[#cd6ffb] bg-[#cd6ffb]"
/* SCSS */
$brand: #cd6ffb;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.984)
/* Android */
Color.parseColor("#cd6ffb")Accessibility — WCAG contrast
Aa
#cd6ffb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6ffb on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta55.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cd6ffb text on a black background
contrast 7.26:1
Card sample
#cd6ffb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6ffb;
Background color
Panel with #cd6ffb background
background-color: #cd6ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6ffb; background: linear-gradient(135deg, #cd6ffb, #FB6FCC);