#cd487f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 72, 127
HSL
335°, 57%, 54%
CMYK
0, 65, 38, 20
Luminance
0.1915
Every format
| HEX | #cd487f |
| RGB | rgb(205, 72, 127) |
| HSL | hsl(335, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 38%, 20%) |
| LAB | lab(50.9 57.2 -2.3) |
| LCH | lch(50.9 57.2 357.7) |
| OKLCH | oklch(0.599 0.175 358.3) |
Copy-ready code
/* CSS */
color: #cd487f;
background-color: #cd487f;
/* Tailwind (arbitrary) */
class="text-[#cd487f] bg-[#cd487f]"
/* SCSS */
$brand: #cd487f;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.498)
/* Android */
Color.parseColor("#cd487f")Accessibility — WCAG contrast
Aa
#cd487f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd487f on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow38.0%
Key (black)19.6%
Color previews
#cd487f text on a black background
contrast 4.83:1
Card sample
#cd487f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd487f;
Background color
Panel with #cd487f background
background-color: #cd487f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd487f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd487f; background: linear-gradient(135deg, #cd487f, #CD6A48);