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