#cd3e9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 62, 155
HSL
321°, 59%, 52%
CMYK
0, 70, 24, 20
Luminance
0.1879
Every format
| HEX | #cd3e9b |
| RGB | rgb(205, 62, 155) |
| HSL | hsl(321, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 24%, 20%) |
| LAB | lab(50.5 64.4 -19.6) |
| LCH | lch(50.5 67.3 343.0) |
| OKLCH | oklch(0.599 0.201 345.0) |
Copy-ready code
/* CSS */
color: #cd3e9b;
background-color: #cd3e9b;
/* Tailwind (arbitrary) */
class="text-[#cd3e9b] bg-[#cd3e9b]"
/* SCSS */
$brand: #cd3e9b;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.608)
/* Android */
Color.parseColor("#cd3e9b")Accessibility — WCAG contrast
Aa
#cd3e9b on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3e9b on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow24.4%
Key (black)19.6%
Color previews
#cd3e9b text on a black background
contrast 4.76:1
Card sample
#cd3e9b text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3e9b;
Background color
Panel with #cd3e9b background
background-color: #cd3e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3e9b; background: linear-gradient(135deg, #cd3e9b, #CD413E);