#c902eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 2, 235
HSL
291°, 98%, 47%
CMYK
15, 99, 0, 8
Luminance
0.1846
Every format
| HEX | #c902eb |
| RGB | rgb(201, 2, 235) |
| HSL | hsl(291, 98%, 47%) |
| CMYK | cmyk(15%, 99%, 0%, 8%) |
| LAB | lab(50.0 87.2 -66.7) |
| LCH | lch(50.0 109.7 322.6) |
| OKLCH | oklch(0.609 0.292 320.0) |
Copy-ready code
/* CSS */
color: #c902eb;
background-color: #c902eb;
/* Tailwind (arbitrary) */
class="text-[#c902eb] bg-[#c902eb]"
/* SCSS */
$brand: #c902eb;
/* SwiftUI */
Color(red: 0.788, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#c902eb")Accessibility — WCAG contrast
Aa
#c902eb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c902eb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green0.8%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c902eb text on a black background
contrast 4.69:1
Card sample
#c902eb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c902eb;
Background color
Panel with #c902eb background
background-color: #c902eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c902eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c902eb; background: linear-gradient(135deg, #c902eb, #EB0272);