#c92fd6
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
201, 47, 214
HSL
295°, 67%, 51%
CMYK
6, 78, 0, 16
Luminance
0.1931
Every format
| HEX | #c92fd6 |
| RGB | rgb(201, 47, 214) |
| HSL | hsl(295, 67%, 51%) |
| CMYK | cmyk(6%, 78%, 0%, 16%) |
| LAB | lab(51.0 76.9 -53.1) |
| LCH | lch(51.0 93.5 325.4) |
| OKLCH | oklch(0.612 0.256 324.5) |
Copy-ready code
/* CSS */
color: #c92fd6;
background-color: #c92fd6;
/* Tailwind (arbitrary) */
class="text-[#c92fd6] bg-[#c92fd6]"
/* SCSS */
$brand: #c92fd6;
/* SwiftUI */
Color(red: 0.788, green: 0.184, blue: 0.839)
/* Android */
Color.parseColor("#c92fd6")Accessibility — WCAG contrast
Aa
#c92fd6 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c92fd6 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green18.4%
Blue83.9%
CMYK percentages
Cyan6.1%
Magenta78.0%
Yellow0.0%
Key (black)16.1%
Color previews
#c92fd6 text on a black background
contrast 4.86:1
Card sample
#c92fd6 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92fd6;
Background color
Panel with #c92fd6 background
background-color: #c92fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 47, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 47, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92fd6; background: linear-gradient(135deg, #c92fd6, #D62F74);