#cd65e2
a balanced, vivid violet · warm · closest name: orchid
RGB
205, 101, 226
HSL
290°, 68%, 64%
CMYK
9, 55, 0, 11
Luminance
0.2778
Every format
| HEX | #cd65e2 |
| RGB | rgb(205, 101, 226) |
| HSL | hsl(290, 68%, 64%) |
| CMYK | cmyk(9%, 55%, 0%, 11%) |
| LAB | lab(59.7 59.2 -46.1) |
| LCH | lch(59.7 75.1 322.1) |
| OKLCH | oklch(0.677 0.202 320.7) |
Copy-ready code
/* CSS */
color: #cd65e2;
background-color: #cd65e2;
/* Tailwind (arbitrary) */
class="text-[#cd65e2] bg-[#cd65e2]"
/* SCSS */
$brand: #cd65e2;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.886)
/* Android */
Color.parseColor("#cd65e2")Accessibility — WCAG contrast
Aa
#cd65e2 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65e2 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue88.6%
CMYK percentages
Cyan9.3%
Magenta55.3%
Yellow0.0%
Key (black)11.4%
Color previews
#cd65e2 text on a black background
contrast 6.56:1
Card sample
#cd65e2 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65e2;
Background color
Panel with #cd65e2 background
background-color: #cd65e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65e2; background: linear-gradient(135deg, #cd65e2, #E265A4);