#c93eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 62, 178
HSL
310°, 56%, 52%
CMYK
0, 69, 11, 21
Luminance
0.1908
Every format
| HEX | #c93eb2 |
| RGB | rgb(201, 62, 178) |
| HSL | hsl(310, 56%, 52%) |
| CMYK | cmyk(0%, 69%, 11%, 21%) |
| LAB | lab(50.8 66.5 -32.7) |
| LCH | lch(50.8 74.2 333.8) |
| OKLCH | oklch(0.604 0.214 335.3) |
Copy-ready code
/* CSS */
color: #c93eb2;
background-color: #c93eb2;
/* Tailwind (arbitrary) */
class="text-[#c93eb2] bg-[#c93eb2]"
/* SCSS */
$brand: #c93eb2;
/* SwiftUI */
Color(red: 0.788, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#c93eb2")Accessibility — WCAG contrast
Aa
#c93eb2 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c93eb2 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow11.4%
Key (black)21.2%
Color previews
#c93eb2 text on a black background
contrast 4.82:1
Card sample
#c93eb2 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93eb2;
Background color
Panel with #c93eb2 background
background-color: #c93eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93eb2; background: linear-gradient(135deg, #c93eb2, #C93E55);