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