#cd66df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 102, 223
HSL
291°, 65%, 64%
CMYK
8, 54, 0, 13
Luminance
0.2781
Every format
| HEX | #cd66df |
| RGB | rgb(205, 102, 223) |
| HSL | hsl(291, 65%, 64%) |
| CMYK | cmyk(8%, 54%, 0%, 13%) |
| LAB | lab(59.7 58.2 -44.4) |
| LCH | lch(59.7 73.2 322.7) |
| OKLCH | oklch(0.677 0.198 321.5) |
Copy-ready code
/* CSS */
color: #cd66df;
background-color: #cd66df;
/* Tailwind (arbitrary) */
class="text-[#cd66df] bg-[#cd66df]"
/* SCSS */
$brand: #cd66df;
/* SwiftUI */
Color(red: 0.804, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#cd66df")Accessibility — WCAG contrast
Aa
#cd66df on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd66df on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.0%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cd66df text on a black background
contrast 6.56:1
Card sample
#cd66df text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd66df;
Background color
Panel with #cd66df background
background-color: #cd66df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd66df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd66df; background: linear-gradient(135deg, #cd66df, #DF66A0);