#cd2cb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 44, 183
HSL
308°, 65%, 49%
CMYK
0, 79, 11, 20
Luminance
0.1820
Every format
| HEX | #cd2cb7 |
| RGB | rgb(205, 44, 183) |
| HSL | hsl(308, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 11%, 20%) |
| LAB | lab(49.7 73.7 -37.3) |
| LCH | lch(49.7 82.6 333.2) |
| OKLCH | oklch(0.598 0.238 334.6) |
Copy-ready code
/* CSS */
color: #cd2cb7;
background-color: #cd2cb7;
/* Tailwind (arbitrary) */
class="text-[#cd2cb7] bg-[#cd2cb7]"
/* SCSS */
$brand: #cd2cb7;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.718)
/* Android */
Color.parseColor("#cd2cb7")Accessibility — WCAG contrast
Aa
#cd2cb7 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2cb7 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow10.7%
Key (black)19.6%
Color previews
#cd2cb7 text on a black background
contrast 4.64:1
Card sample
#cd2cb7 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2cb7;
Background color
Panel with #cd2cb7 background
background-color: #cd2cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2cb7; background: linear-gradient(135deg, #cd2cb7, #CD2C4C);