#cd6cef
a light, electric violet · warm · closest name: violet
RGB
205, 108, 239
HSL
284°, 80%, 68%
CMYK
14, 55, 0, 6
Luminance
0.2994
Every format
| HEX | #cd6cef |
| RGB | rgb(205, 108, 239) |
| HSL | hsl(284, 80%, 68%) |
| CMYK | cmyk(14%, 55%, 0%, 6%) |
| LAB | lab(61.6 58.4 -50.4) |
| LCH | lch(61.6 77.1 319.2) |
| OKLCH | oklch(0.694 0.204 316.6) |
Copy-ready code
/* CSS */
color: #cd6cef;
background-color: #cd6cef;
/* Tailwind (arbitrary) */
class="text-[#cd6cef] bg-[#cd6cef]"
/* SCSS */
$brand: #cd6cef;
/* SwiftUI */
Color(red: 0.804, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#cd6cef")Accessibility — WCAG contrast
Aa
#cd6cef on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6cef on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.4%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cd6cef text on a black background
contrast 6.99:1
Card sample
#cd6cef text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6cef;
Background color
Panel with #cd6cef background
background-color: #cd6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6cef; background: linear-gradient(135deg, #cd6cef, #EF6CBA);