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