#cd0eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 14, 238
HSL
291°, 89%, 49%
CMYK
14, 94, 0, 7
Luminance
0.1947
Every format
| HEX | #cd0eee |
| RGB | rgb(205, 14, 238) |
| HSL | hsl(291, 89%, 49%) |
| CMYK | cmyk(14%, 94%, 0%, 7%) |
| LAB | lab(51.2 87.3 -66.4) |
| LCH | lch(51.2 109.7 322.7) |
| OKLCH | oklch(0.619 0.292 320.2) |
Copy-ready code
/* CSS */
color: #cd0eee;
background-color: #cd0eee;
/* Tailwind (arbitrary) */
class="text-[#cd0eee] bg-[#cd0eee]"
/* SCSS */
$brand: #cd0eee;
/* SwiftUI */
Color(red: 0.804, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#cd0eee")Accessibility — WCAG contrast
Aa
#cd0eee on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0eee on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.5%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cd0eee text on a black background
contrast 4.89:1
Card sample
#cd0eee text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0eee;
Background color
Panel with #cd0eee background
background-color: #cd0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0eee; background: linear-gradient(135deg, #cd0eee, #EE0E79);