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