#cd28b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 40, 178
HSL
310°, 67%, 48%
CMYK
0, 81, 13, 20
Luminance
0.1771
Every format
| HEX | #cd28b2 |
| RGB | rgb(205, 40, 178) |
| HSL | hsl(310, 67%, 48%) |
| CMYK | cmyk(0%, 81%, 13%, 20%) |
| LAB | lab(49.1 74.0 -35.3) |
| LCH | lch(49.1 82.0 334.5) |
| OKLCH | oklch(0.593 0.238 336.1) |
Copy-ready code
/* CSS */
color: #cd28b2;
background-color: #cd28b2;
/* Tailwind (arbitrary) */
class="text-[#cd28b2] bg-[#cd28b2]"
/* SCSS */
$brand: #cd28b2;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.698)
/* Android */
Color.parseColor("#cd28b2")Accessibility — WCAG contrast
Aa
#cd28b2 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd28b2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow13.2%
Key (black)19.6%
Color previews
#cd28b2 text on a black background
contrast 4.54:1
Card sample
#cd28b2 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd28b2;
Background color
Panel with #cd28b2 background
background-color: #cd28b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd28b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd28b2; background: linear-gradient(135deg, #cd28b2, #CD2844);