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