#cd6ada
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 106, 218
HSL
293°, 60%, 64%
CMYK
6, 51, 0, 15
Luminance
0.2835
Every format
| HEX | #cd6ada |
| RGB | rgb(205, 106, 218) |
| HSL | hsl(293, 60%, 64%) |
| CMYK | cmyk(6%, 51%, 0%, 15%) |
| LAB | lab(60.2 55.3 -40.8) |
| LCH | lch(60.2 68.8 323.6) |
| OKLCH | oklch(0.680 0.187 322.8) |
Copy-ready code
/* CSS */
color: #cd6ada;
background-color: #cd6ada;
/* Tailwind (arbitrary) */
class="text-[#cd6ada] bg-[#cd6ada]"
/* SCSS */
$brand: #cd6ada;
/* SwiftUI */
Color(red: 0.804, green: 0.416, blue: 0.855)
/* Android */
Color.parseColor("#cd6ada")Accessibility — WCAG contrast
Aa
#cd6ada on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6ada on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.6%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta51.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cd6ada text on a black background
contrast 6.67:1
Card sample
#cd6ada text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6ada;
Background color
Panel with #cd6ada background
background-color: #cd6ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 106, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 106, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6ada; background: linear-gradient(135deg, #cd6ada, #DA6A9C);