#c902df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
201, 2, 223
HSL
294°, 98%, 44%
CMYK
10, 99, 0, 13
Luminance
0.1779
Every format
| HEX | #c902df |
| RGB | rgb(201, 2, 223) |
| HSL | hsl(294, 98%, 44%) |
| CMYK | cmyk(10%, 99%, 0%, 13%) |
| LAB | lab(49.2 85.3 -61.2) |
| LCH | lch(49.2 104.9 324.3) |
| OKLCH | oklch(0.601 0.284 322.8) |
Copy-ready code
/* CSS */
color: #c902df;
background-color: #c902df;
/* Tailwind (arbitrary) */
class="text-[#c902df] bg-[#c902df]"
/* SCSS */
$brand: #c902df;
/* SwiftUI */
Color(red: 0.788, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#c902df")Accessibility — WCAG contrast
Aa
#c902df on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c902df on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green0.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c902df text on a black background
contrast 4.56:1
Card sample
#c902df text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c902df;
Background color
Panel with #c902df background
background-color: #c902df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c902df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c902df; background: linear-gradient(135deg, #c902df, #DF0262);