#cd4fd9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 217
HSL
295°, 65%, 58%
CMYK
6, 64, 0, 15
Luminance
0.2358
Every format
| HEX | #cd4fd9 |
| RGB | rgb(205, 79, 217) |
| HSL | hsl(295, 65%, 58%) |
| CMYK | cmyk(6%, 64%, 0%, 15%) |
| LAB | lab(55.7 67.3 -47.4) |
| LCH | lch(55.7 82.3 324.8) |
| OKLCH | oklch(0.647 0.225 324.1) |
Copy-ready code
/* CSS */
color: #cd4fd9;
background-color: #cd4fd9;
/* Tailwind (arbitrary) */
class="text-[#cd4fd9] bg-[#cd4fd9]"
/* SCSS */
$brand: #cd4fd9;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.851)
/* Android */
Color.parseColor("#cd4fd9")Accessibility — WCAG contrast
Aa
#cd4fd9 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fd9 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta63.6%
Yellow0.0%
Key (black)14.9%
Color previews
#cd4fd9 text on a black background
contrast 5.72:1
Card sample
#cd4fd9 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fd9;
Background color
Panel with #cd4fd9 background
background-color: #cd4fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fd9; background: linear-gradient(135deg, #cd4fd9, #D94F89);