#cd6cfc
a light, electric violet · warm · closest name: violet
RGB
205, 108, 252
HSL
280°, 96%, 71%
CMYK
19, 57, 0, 1
Luminance
0.3073
Every format
| HEX | #cd6cfc |
| RGB | rgb(205, 108, 252) |
| HSL | hsl(280, 96%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 1%) |
| LAB | lab(62.3 61.0 -56.5) |
| LCH | lch(62.3 83.2 317.2) |
| OKLCH | oklch(0.701 0.217 313.3) |
Copy-ready code
/* CSS */
color: #cd6cfc;
background-color: #cd6cfc;
/* Tailwind (arbitrary) */
class="text-[#cd6cfc] bg-[#cd6cfc]"
/* SCSS */
$brand: #cd6cfc;
/* SwiftUI */
Color(red: 0.804, green: 0.424, blue: 0.988)
/* Android */
Color.parseColor("#cd6cfc")Accessibility — WCAG contrast
Aa
#cd6cfc on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6cfc on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.4%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta57.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cd6cfc text on a black background
contrast 7.15:1
Card sample
#cd6cfc text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6cfc;
Background color
Panel with #cd6cfc background
background-color: #cd6cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 108, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 108, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6cfc; background: linear-gradient(135deg, #cd6cfc, #FC6CCB);