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