#cd2fbd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 47, 189
HSL
306°, 63%, 49%
CMYK
0, 77, 8, 20
Luminance
0.1869
Every format
| HEX | #cd2fbd |
| RGB | rgb(205, 47, 189) |
| HSL | hsl(306, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 8%, 20%) |
| LAB | lab(50.3 73.8 -39.8) |
| LCH | lch(50.3 83.9 331.6) |
| OKLCH | oklch(0.604 0.239 332.8) |
Copy-ready code
/* CSS */
color: #cd2fbd;
background-color: #cd2fbd;
/* Tailwind (arbitrary) */
class="text-[#cd2fbd] bg-[#cd2fbd]"
/* SCSS */
$brand: #cd2fbd;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.741)
/* Android */
Color.parseColor("#cd2fbd")Accessibility — WCAG contrast
Aa
#cd2fbd on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2fbd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow7.8%
Key (black)19.6%
Color previews
#cd2fbd text on a black background
contrast 4.74:1
Card sample
#cd2fbd text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fbd;
Background color
Panel with #cd2fbd background
background-color: #cd2fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fbd; background: linear-gradient(135deg, #cd2fbd, #CD2F54);