#c910d8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 16, 216
HSL
296°, 86%, 46%
CMYK
7, 93, 0, 15
Luminance
0.1775
Every format
| HEX | #c910d8 |
| RGB | rgb(201, 16, 216) |
| HSL | hsl(296, 86%, 46%) |
| CMYK | cmyk(7%, 93%, 0%, 15%) |
| LAB | lab(49.2 83.0 -57.3) |
| LCH | lch(49.2 100.8 325.4) |
| OKLCH | oklch(0.599 0.275 324.4) |
Copy-ready code
/* CSS */
color: #c910d8;
background-color: #c910d8;
/* Tailwind (arbitrary) */
class="text-[#c910d8] bg-[#c910d8]"
/* SCSS */
$brand: #c910d8;
/* SwiftUI */
Color(red: 0.788, green: 0.063, blue: 0.847)
/* Android */
Color.parseColor("#c910d8")Accessibility — WCAG contrast
Aa
#c910d8 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c910d8 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.3%
Blue84.7%
CMYK percentages
Cyan6.9%
Magenta92.6%
Yellow0.0%
Key (black)15.3%
Color previews
#c910d8 text on a black background
contrast 4.55:1
Card sample
#c910d8 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c910d8;
Background color
Panel with #c910d8 background
background-color: #c910d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c910d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 16, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 16, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c910d8; background: linear-gradient(135deg, #c910d8, #D81062);