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