#c92fd1
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
201, 47, 209
HSL
297°, 64%, 50%
CMYK
4, 78, 0, 18
Luminance
0.1905
Every format
| HEX | #c92fd1 |
| RGB | rgb(201, 47, 209) |
| HSL | hsl(297, 64%, 50%) |
| CMYK | cmyk(4%, 78%, 0%, 18%) |
| LAB | lab(50.8 76.1 -50.7) |
| LCH | lch(50.8 91.4 326.3) |
| OKLCH | oklch(0.609 0.252 325.9) |
Copy-ready code
/* CSS */
color: #c92fd1;
background-color: #c92fd1;
/* Tailwind (arbitrary) */
class="text-[#c92fd1] bg-[#c92fd1]"
/* SCSS */
$brand: #c92fd1;
/* SwiftUI */
Color(red: 0.788, green: 0.184, blue: 0.820)
/* Android */
Color.parseColor("#c92fd1")Accessibility — WCAG contrast
Aa
#c92fd1 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c92fd1 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green18.4%
Blue82.0%
CMYK percentages
Cyan3.8%
Magenta77.5%
Yellow0.0%
Key (black)18.0%
Color previews
#c92fd1 text on a black background
contrast 4.81:1
Card sample
#c92fd1 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92fd1;
Background color
Panel with #c92fd1 background
background-color: #c92fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 47, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 47, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92fd1; background: linear-gradient(135deg, #c92fd1, #D12F6D);