#cd6ee2
a light, vivid violet · warm · closest name: orchid
RGB
205, 110, 226
HSL
289°, 67%, 66%
CMYK
9, 51, 0, 11
Luminance
0.2962
Every format
| HEX | #cd6ee2 |
| RGB | rgb(205, 110, 226) |
| HSL | hsl(289, 67%, 66%) |
| CMYK | cmyk(9%, 51%, 0%, 11%) |
| LAB | lab(61.3 54.9 -43.5) |
| LCH | lch(61.3 70.1 321.6) |
| OKLCH | oklch(0.690 0.188 320.1) |
Copy-ready code
/* CSS */
color: #cd6ee2;
background-color: #cd6ee2;
/* Tailwind (arbitrary) */
class="text-[#cd6ee2] bg-[#cd6ee2]"
/* SCSS */
$brand: #cd6ee2;
/* SwiftUI */
Color(red: 0.804, green: 0.431, blue: 0.886)
/* Android */
Color.parseColor("#cd6ee2")Accessibility — WCAG contrast
Aa
#cd6ee2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6ee2 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.1%
Blue88.6%
CMYK percentages
Cyan9.3%
Magenta51.3%
Yellow0.0%
Key (black)11.4%
Color previews
#cd6ee2 text on a black background
contrast 6.92:1
Card sample
#cd6ee2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6ee2;
Background color
Panel with #cd6ee2 background
background-color: #cd6ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 110, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 110, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6ee2; background: linear-gradient(135deg, #cd6ee2, #E26EAA);