#cd28ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 40, 238
HSL
290°, 85%, 55%
CMYK
14, 83, 0, 7
Luminance
0.2067
Every format
| HEX | #cd28ee |
| RGB | rgb(205, 40, 238) |
| HSL | hsl(290, 85%, 55%) |
| CMYK | cmyk(14%, 83%, 0%, 7%) |
| LAB | lab(52.6 83.3 -64.2) |
| LCH | lch(52.6 105.2 322.4) |
| OKLCH | oklch(0.629 0.280 319.9) |
Copy-ready code
/* CSS */
color: #cd28ee;
background-color: #cd28ee;
/* Tailwind (arbitrary) */
class="text-[#cd28ee] bg-[#cd28ee]"
/* SCSS */
$brand: #cd28ee;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.933)
/* Android */
Color.parseColor("#cd28ee")Accessibility — WCAG contrast
Aa
#cd28ee on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd28ee on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta83.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cd28ee text on a black background
contrast 5.13:1
Card sample
#cd28ee text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd28ee;
Background color
Panel with #cd28ee background
background-color: #cd28ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd28ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd28ee; background: linear-gradient(135deg, #cd28ee, #EE288B);