#cd6df6
a light, electric violet · warm · closest name: violet
RGB
205, 109, 246
HSL
282°, 88%, 70%
CMYK
17, 56, 0, 4
Luminance
0.3057
Every format
| HEX | #cd6df6 |
| RGB | rgb(205, 109, 246) |
| HSL | hsl(282, 88%, 70%) |
| CMYK | cmyk(17%, 56%, 0%, 4%) |
| LAB | lab(62.1 59.3 -53.4) |
| LCH | lch(62.1 79.8 318.0) |
| OKLCH | oklch(0.699 0.210 314.7) |
Copy-ready code
/* CSS */
color: #cd6df6;
background-color: #cd6df6;
/* Tailwind (arbitrary) */
class="text-[#cd6df6] bg-[#cd6df6]"
/* SCSS */
$brand: #cd6df6;
/* SwiftUI */
Color(red: 0.804, green: 0.427, blue: 0.965)
/* Android */
Color.parseColor("#cd6df6")Accessibility — WCAG contrast
Aa
#cd6df6 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6df6 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.7%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta55.7%
Yellow0.0%
Key (black)3.5%
Color previews
#cd6df6 text on a black background
contrast 7.11:1
Card sample
#cd6df6 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6df6;
Background color
Panel with #cd6df6 background
background-color: #cd6df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 109, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 109, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6df6; background: linear-gradient(135deg, #cd6df6, #F66DC4);