#c92ddf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
201, 45, 223
HSL
293°, 74%, 53%
CMYK
10, 80, 0, 13
Luminance
0.1962
Every format
| HEX | #c92ddf |
| RGB | rgb(201, 45, 223) |
| HSL | hsl(293, 74%, 53%) |
| CMYK | cmyk(10%, 80%, 0%, 13%) |
| LAB | lab(51.4 78.9 -57.7) |
| LCH | lch(51.4 97.7 323.8) |
| OKLCH | oklch(0.616 0.264 322.3) |
Copy-ready code
/* CSS */
color: #c92ddf;
background-color: #c92ddf;
/* Tailwind (arbitrary) */
class="text-[#c92ddf] bg-[#c92ddf]"
/* SCSS */
$brand: #c92ddf;
/* SwiftUI */
Color(red: 0.788, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#c92ddf")Accessibility — WCAG contrast
Aa
#c92ddf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c92ddf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green17.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta79.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c92ddf text on a black background
contrast 4.92:1
Card sample
#c92ddf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92ddf;
Background color
Panel with #c92ddf background
background-color: #c92ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92ddf; background: linear-gradient(135deg, #c92ddf, #DF2D7E);