#cd3b8f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 59, 143
HSL
326°, 59%, 52%
CMYK
0, 71, 30, 20
Luminance
0.1809
Every format
| HEX | #cd3b8f |
| RGB | rgb(205, 59, 143) |
| HSL | hsl(326, 59%, 52%) |
| CMYK | cmyk(0%, 71%, 30%, 20%) |
| LAB | lab(49.6 64.0 -13.8) |
| LCH | lch(49.6 65.4 347.8) |
| OKLCH | oklch(0.592 0.198 349.5) |
Copy-ready code
/* CSS */
color: #cd3b8f;
background-color: #cd3b8f;
/* Tailwind (arbitrary) */
class="text-[#cd3b8f] bg-[#cd3b8f]"
/* SCSS */
$brand: #cd3b8f;
/* SwiftUI */
Color(red: 0.804, green: 0.231, blue: 0.561)
/* Android */
Color.parseColor("#cd3b8f")Accessibility — WCAG contrast
Aa
#cd3b8f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3b8f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow30.2%
Key (black)19.6%
Color previews
#cd3b8f text on a black background
contrast 4.62:1
Card sample
#cd3b8f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3b8f;
Background color
Panel with #cd3b8f background
background-color: #cd3b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 59, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 59, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3b8f; background: linear-gradient(135deg, #cd3b8f, #CD493B);