#c90fe8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 15, 232
HSL
291°, 88%, 48%
CMYK
13, 94, 0, 9
Luminance
0.1859
Every format
| HEX | #c90fe8 |
| RGB | rgb(201, 15, 232) |
| HSL | hsl(291, 88%, 48%) |
| CMYK | cmyk(13%, 94%, 0%, 9%) |
| LAB | lab(50.2 85.6 -64.7) |
| LCH | lch(50.2 107.3 322.9) |
| OKLCH | oklch(0.610 0.286 320.5) |
Copy-ready code
/* CSS */
color: #c90fe8;
background-color: #c90fe8;
/* Tailwind (arbitrary) */
class="text-[#c90fe8] bg-[#c90fe8]"
/* SCSS */
$brand: #c90fe8;
/* SwiftUI */
Color(red: 0.788, green: 0.059, blue: 0.910)
/* Android */
Color.parseColor("#c90fe8")Accessibility — WCAG contrast
Aa
#c90fe8 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c90fe8 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green5.9%
Blue91.0%
CMYK percentages
Cyan13.4%
Magenta93.5%
Yellow0.0%
Key (black)9.0%
Color previews
#c90fe8 text on a black background
contrast 4.72:1
Card sample
#c90fe8 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c90fe8;
Background color
Panel with #c90fe8 background
background-color: #c90fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c90fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 15, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 15, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c90fe8; background: linear-gradient(135deg, #c90fe8, #E80F76);