#cd1eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 30, 238
HSL
291°, 86%, 53%
CMYK
14, 87, 0, 7
Luminance
0.2008
Every format
| HEX | #cd1eee |
| RGB | rgb(205, 30, 238) |
| HSL | hsl(291, 86%, 53%) |
| CMYK | cmyk(14%, 87%, 0%, 7%) |
| LAB | lab(51.9 85.2 -65.3) |
| LCH | lch(51.9 107.3 322.5) |
| OKLCH | oklch(0.624 0.286 320.0) |
Copy-ready code
/* CSS */
color: #cd1eee;
background-color: #cd1eee;
/* Tailwind (arbitrary) */
class="text-[#cd1eee] bg-[#cd1eee]"
/* SCSS */
$brand: #cd1eee;
/* SwiftUI */
Color(red: 0.804, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#cd1eee")Accessibility — WCAG contrast
Aa
#cd1eee on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1eee on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green11.8%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cd1eee text on a black background
contrast 5.02:1
Card sample
#cd1eee text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1eee;
Background color
Panel with #cd1eee background
background-color: #cd1eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1eee; background: linear-gradient(135deg, #cd1eee, #EE1E84);