#c90eb2
a dark, electric magenta / pink · warm · closest name: purple
RGB
201, 14, 178
HSL
307°, 87%, 42%
CMYK
0, 93, 11, 21
Luminance
0.1595
Every format
| HEX | #c90eb2 |
| RGB | rgb(201, 14, 178) |
| HSL | hsl(307, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 11%, 21%) |
| LAB | lab(46.9 77.7 -38.8) |
| LCH | lch(46.9 86.9 333.4) |
| OKLCH | oklch(0.576 0.251 334.9) |
Copy-ready code
/* CSS */
color: #c90eb2;
background-color: #c90eb2;
/* Tailwind (arbitrary) */
class="text-[#c90eb2] bg-[#c90eb2]"
/* SCSS */
$brand: #c90eb2;
/* SwiftUI */
Color(red: 0.788, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#c90eb2")Accessibility — WCAG contrast
Aa
#c90eb2 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c90eb2 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow11.4%
Key (black)21.2%
Color previews
#c90eb2 text on a black background
contrast 4.19:1
Card sample
#c90eb2 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c90eb2;
Background color
Panel with #c90eb2 background
background-color: #c90eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c90eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c90eb2; background: linear-gradient(135deg, #c90eb2, #C90E35);