#cd2fad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 47, 173
HSL
312°, 63%, 49%
CMYK
0, 77, 16, 20
Luminance
0.1803
Every format
| HEX | #cd2fad |
| RGB | rgb(205, 47, 173) |
| HSL | hsl(312, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 16%, 20%) |
| LAB | lab(49.5 71.5 -31.7) |
| LCH | lch(49.5 78.3 336.1) |
| OKLCH | oklch(0.595 0.229 337.9) |
Copy-ready code
/* CSS */
color: #cd2fad;
background-color: #cd2fad;
/* Tailwind (arbitrary) */
class="text-[#cd2fad] bg-[#cd2fad]"
/* SCSS */
$brand: #cd2fad;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#cd2fad")Accessibility — WCAG contrast
Aa
#cd2fad on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2fad on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow15.6%
Key (black)19.6%
Color previews
#cd2fad text on a black background
contrast 4.61:1
Card sample
#cd2fad text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fad;
Background color
Panel with #cd2fad background
background-color: #cd2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fad; background: linear-gradient(135deg, #cd2fad, #CD2F44);