#cd32af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 50, 175
HSL
312°, 61%, 50%
CMYK
0, 76, 15, 20
Luminance
0.1836
Every format
| HEX | #cd32af |
| RGB | rgb(205, 50, 175) |
| HSL | hsl(312, 61%, 50%) |
| CMYK | cmyk(0%, 76%, 15%, 20%) |
| LAB | lab(49.9 71.0 -32.3) |
| LCH | lch(49.9 78.0 335.6) |
| OKLCH | oklch(0.599 0.227 337.3) |
Copy-ready code
/* CSS */
color: #cd32af;
background-color: #cd32af;
/* Tailwind (arbitrary) */
class="text-[#cd32af] bg-[#cd32af]"
/* SCSS */
$brand: #cd32af;
/* SwiftUI */
Color(red: 0.804, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#cd32af")Accessibility — WCAG contrast
Aa
#cd32af on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd32af on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow14.6%
Key (black)19.6%
Color previews
#cd32af text on a black background
contrast 4.67:1
Card sample
#cd32af text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd32af;
Background color
Panel with #cd32af background
background-color: #cd32af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd32af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd32af; background: linear-gradient(135deg, #cd32af, #CD3248);