#c92eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 46, 176
HSL
310°, 63%, 48%
CMYK
0, 77, 12, 21
Luminance
0.1751
Every format
| HEX | #c92eb0 |
| RGB | rgb(201, 46, 176) |
| HSL | hsl(310, 63%, 48%) |
| CMYK | cmyk(0%, 77%, 12%, 21%) |
| LAB | lab(48.9 71.3 -34.5) |
| LCH | lch(48.9 79.3 334.2) |
| OKLCH | oklch(0.590 0.229 335.7) |
Copy-ready code
/* CSS */
color: #c92eb0;
background-color: #c92eb0;
/* Tailwind (arbitrary) */
class="text-[#c92eb0] bg-[#c92eb0]"
/* SCSS */
$brand: #c92eb0;
/* SwiftUI */
Color(red: 0.788, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#c92eb0")Accessibility — WCAG contrast
Aa
#c92eb0 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c92eb0 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow12.4%
Key (black)21.2%
Color previews
#c92eb0 text on a black background
contrast 4.50:1
Card sample
#c92eb0 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92eb0;
Background color
Panel with #c92eb0 background
background-color: #c92eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92eb0; background: linear-gradient(135deg, #c92eb0, #C92E49);