#cd65dc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 101, 220
HSL
292°, 63%, 63%
CMYK
7, 54, 0, 14
Luminance
0.2745
Every format
| HEX | #cd65dc |
| RGB | rgb(205, 101, 220) |
| HSL | hsl(292, 63%, 63%) |
| CMYK | cmyk(7%, 54%, 0%, 14%) |
| LAB | lab(59.4 58.1 -43.2) |
| LCH | lch(59.4 72.4 323.4) |
| OKLCH | oklch(0.674 0.197 322.4) |
Copy-ready code
/* CSS */
color: #cd65dc;
background-color: #cd65dc;
/* Tailwind (arbitrary) */
class="text-[#cd65dc] bg-[#cd65dc]"
/* SCSS */
$brand: #cd65dc;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.863)
/* Android */
Color.parseColor("#cd65dc")Accessibility — WCAG contrast
Aa
#cd65dc on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65dc on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta54.1%
Yellow0.0%
Key (black)13.7%
Color previews
#cd65dc text on a black background
contrast 6.49:1
Card sample
#cd65dc text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65dc;
Background color
Panel with #cd65dc background
background-color: #cd65dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65dc; background: linear-gradient(135deg, #cd65dc, #DC659C);