#cd4ada
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 74, 218
HSL
295°, 66%, 57%
CMYK
6, 66, 0, 15
Luminance
0.2294
Every format
| HEX | #cd4ada |
| RGB | rgb(205, 74, 218) |
| HSL | hsl(295, 66%, 57%) |
| CMYK | cmyk(6%, 66%, 0%, 15%) |
| LAB | lab(55.0 69.5 -49.0) |
| LCH | lch(55.0 85.0 324.8) |
| OKLCH | oklch(0.642 0.232 324.0) |
Copy-ready code
/* CSS */
color: #cd4ada;
background-color: #cd4ada;
/* Tailwind (arbitrary) */
class="text-[#cd4ada] bg-[#cd4ada]"
/* SCSS */
$brand: #cd4ada;
/* SwiftUI */
Color(red: 0.804, green: 0.290, blue: 0.855)
/* Android */
Color.parseColor("#cd4ada")Accessibility — WCAG contrast
Aa
#cd4ada on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4ada on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green29.0%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta66.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cd4ada text on a black background
contrast 5.59:1
Card sample
#cd4ada text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4ada;
Background color
Panel with #cd4ada background
background-color: #cd4ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 74, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 74, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4ada; background: linear-gradient(135deg, #cd4ada, #DA4A87);