#cd65e4
a balanced, vivid violet · warm · closest name: orchid
RGB
205, 101, 228
HSL
289°, 70%, 65%
CMYK
10, 56, 0, 11
Luminance
0.2789
Every format
| HEX | #cd65e4 |
| RGB | rgb(205, 101, 228) |
| HSL | hsl(289, 70%, 65%) |
| CMYK | cmyk(10%, 56%, 0%, 11%) |
| LAB | lab(59.8 59.6 -47.1) |
| LCH | lch(59.8 76.0 321.7) |
| OKLCH | oklch(0.678 0.204 320.1) |
Copy-ready code
/* CSS */
color: #cd65e4;
background-color: #cd65e4;
/* Tailwind (arbitrary) */
class="text-[#cd65e4] bg-[#cd65e4]"
/* SCSS */
$brand: #cd65e4;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.894)
/* Android */
Color.parseColor("#cd65e4")Accessibility — WCAG contrast
Aa
#cd65e4 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65e4 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue89.4%
CMYK percentages
Cyan10.1%
Magenta55.7%
Yellow0.0%
Key (black)10.6%
Color previews
#cd65e4 text on a black background
contrast 6.58:1
Card sample
#cd65e4 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65e4;
Background color
Panel with #cd65e4 background
background-color: #cd65e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65e4; background: linear-gradient(135deg, #cd65e4, #E465A6);