#cd2dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 45, 191
HSL
305°, 64%, 49%
CMYK
0, 78, 7, 20
Luminance
0.1862
Every format
| HEX | #cd2dbf |
| RGB | rgb(205, 45, 191) |
| HSL | hsl(305, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 7%, 20%) |
| LAB | lab(50.2 74.6 -41.1) |
| LCH | lch(50.2 85.2 331.1) |
| OKLCH | oklch(0.603 0.242 332.2) |
Copy-ready code
/* CSS */
color: #cd2dbf;
background-color: #cd2dbf;
/* Tailwind (arbitrary) */
class="text-[#cd2dbf] bg-[#cd2dbf]"
/* SCSS */
$brand: #cd2dbf;
/* SwiftUI */
Color(red: 0.804, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#cd2dbf")Accessibility — WCAG contrast
Aa
#cd2dbf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2dbf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow6.8%
Key (black)19.6%
Color previews
#cd2dbf text on a black background
contrast 4.72:1
Card sample
#cd2dbf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2dbf;
Background color
Panel with #cd2dbf background
background-color: #cd2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2dbf; background: linear-gradient(135deg, #cd2dbf, #CD2D54);