#cd2cbb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 44, 187
HSL
307°, 65%, 49%
CMYK
0, 79, 9, 20
Luminance
0.1837
Every format
| HEX | #cd2cbb |
| RGB | rgb(205, 44, 187) |
| HSL | hsl(307, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 9%, 20%) |
| LAB | lab(49.9 74.3 -39.3) |
| LCH | lch(49.9 84.0 332.1) |
| OKLCH | oklch(0.601 0.241 333.4) |
Copy-ready code
/* CSS */
color: #cd2cbb;
background-color: #cd2cbb;
/* Tailwind (arbitrary) */
class="text-[#cd2cbb] bg-[#cd2cbb]"
/* SCSS */
$brand: #cd2cbb;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.733)
/* Android */
Color.parseColor("#cd2cbb")Accessibility — WCAG contrast
Aa
#cd2cbb on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2cbb on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow8.8%
Key (black)19.6%
Color previews
#cd2cbb text on a black background
contrast 4.67:1
Card sample
#cd2cbb text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2cbb;
Background color
Panel with #cd2cbb background
background-color: #cd2cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2cbb; background: linear-gradient(135deg, #cd2cbb, #CD2C50);