#cd7df6
a light, electric violet · warm · closest name: violet
RGB
205, 125, 246
HSL
280°, 87%, 73%
CMYK
17, 49, 0, 4
Luminance
0.3430
Every format
| HEX | #cd7df6 |
| RGB | rgb(205, 125, 246) |
| HSL | hsl(280, 87%, 73%) |
| CMYK | cmyk(17%, 49%, 0%, 4%) |
| LAB | lab(65.2 51.3 -48.5) |
| LCH | lch(65.2 70.6 316.6) |
| OKLCH | oklch(0.721 0.185 313.1) |
Copy-ready code
/* CSS */
color: #cd7df6;
background-color: #cd7df6;
/* Tailwind (arbitrary) */
class="text-[#cd7df6] bg-[#cd7df6]"
/* SCSS */
$brand: #cd7df6;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.965)
/* Android */
Color.parseColor("#cd7df6")Accessibility — WCAG contrast
Aa
#cd7df6 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7df6 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.0%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta49.2%
Yellow0.0%
Key (black)3.5%
Color previews
#cd7df6 text on a black background
contrast 7.86:1
Card sample
#cd7df6 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7df6;
Background color
Panel with #cd7df6 background
background-color: #cd7df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 125, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7df6; background: linear-gradient(135deg, #cd7df6, #F67DCE);