#c900da
a dark, electric magenta / pink · warm · closest name: magenta
RGB
201, 0, 218
HSL
295°, 100%, 43%
CMYK
8, 100, 0, 15
Luminance
0.1748
Every format
| HEX | #c900da |
| RGB | rgb(201, 0, 218) |
| HSL | hsl(295, 100%, 43%) |
| CMYK | cmyk(8%, 100%, 0%, 15%) |
| LAB | lab(48.9 84.7 -58.9) |
| LCH | lch(48.9 103.1 325.2) |
| OKLCH | oklch(0.597 0.281 324.0) |
Copy-ready code
/* CSS */
color: #c900da;
background-color: #c900da;
/* Tailwind (arbitrary) */
class="text-[#c900da] bg-[#c900da]"
/* SCSS */
$brand: #c900da;
/* SwiftUI */
Color(red: 0.788, green: 0.000, blue: 0.855)
/* Android */
Color.parseColor("#c900da")Accessibility — WCAG contrast
Aa
#c900da on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c900da on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green0.0%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta100.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c900da text on a black background
contrast 4.50:1
Card sample
#c900da text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c900da;
Background color
Panel with #c900da background
background-color: #c900da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c900da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 0, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 0, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c900da; background: linear-gradient(135deg, #c900da, #DA005A);