#c90eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 14, 238
HSL
290°, 89%, 49%
CMYK
16, 94, 0, 7
Luminance
0.1890
Every format
| HEX | #c90eee |
| RGB | rgb(201, 14, 238) |
| HSL | hsl(290, 89%, 49%) |
| CMYK | cmyk(16%, 94%, 0%, 7%) |
| LAB | lab(50.6 86.7 -67.5) |
| LCH | lch(50.6 109.9 322.1) |
| OKLCH | oklch(0.614 0.291 319.2) |
Copy-ready code
/* CSS */
color: #c90eee;
background-color: #c90eee;
/* Tailwind (arbitrary) */
class="text-[#c90eee] bg-[#c90eee]"
/* SCSS */
$brand: #c90eee;
/* SwiftUI */
Color(red: 0.788, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#c90eee")Accessibility — WCAG contrast
Aa
#c90eee on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c90eee on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green5.5%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c90eee text on a black background
contrast 4.78:1
Card sample
#c90eee text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c90eee;
Background color
Panel with #c90eee background
background-color: #c90eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c90eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c90eee; background: linear-gradient(135deg, #c90eee, #EE0E7E);