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