#cd2f8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 47, 140
HSL
325°, 63%, 49%
CMYK
0, 77, 32, 20
Luminance
0.1691
Every format
| HEX | #cd2f8c |
| RGB | rgb(205, 47, 140) |
| HSL | hsl(325, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 32%, 20%) |
| LAB | lab(48.1 67.4 -14.2) |
| LCH | lch(48.1 68.9 348.1) |
| OKLCH | oklch(0.581 0.210 349.8) |
Copy-ready code
/* CSS */
color: #cd2f8c;
background-color: #cd2f8c;
/* Tailwind (arbitrary) */
class="text-[#cd2f8c] bg-[#cd2f8c]"
/* SCSS */
$brand: #cd2f8c;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.549)
/* Android */
Color.parseColor("#cd2f8c")Accessibility — WCAG contrast
Aa
#cd2f8c on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2f8c on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow31.7%
Key (black)19.6%
Color previews
#cd2f8c text on a black background
contrast 4.38:1
Card sample
#cd2f8c text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2f8c;
Background color
Panel with #cd2f8c background
background-color: #cd2f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2f8c; background: linear-gradient(135deg, #cd2f8c, #CD3B2F);