#cd3d8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 61, 140
HSL
327°, 59%, 52%
CMYK
0, 70, 32, 20
Luminance
0.1821
Every format
| HEX | #cd3d8c |
| RGB | rgb(205, 61, 140) |
| HSL | hsl(327, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 32%, 20%) |
| LAB | lab(49.8 62.9 -11.8) |
| LCH | lch(49.8 64.0 349.4) |
| OKLCH | oklch(0.593 0.195 351.0) |
Copy-ready code
/* CSS */
color: #cd3d8c;
background-color: #cd3d8c;
/* Tailwind (arbitrary) */
class="text-[#cd3d8c] bg-[#cd3d8c]"
/* SCSS */
$brand: #cd3d8c;
/* SwiftUI */
Color(red: 0.804, green: 0.239, blue: 0.549)
/* Android */
Color.parseColor("#cd3d8c")Accessibility — WCAG contrast
Aa
#cd3d8c on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3d8c on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow31.7%
Key (black)19.6%
Color previews
#cd3d8c text on a black background
contrast 4.64:1
Card sample
#cd3d8c text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3d8c;
Background color
Panel with #cd3d8c background
background-color: #cd3d8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3d8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 61, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 61, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3d8c; background: linear-gradient(135deg, #cd3d8c, #CD4E3D);