#c95eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 94, 183
HSL
310°, 50%, 58%
CMYK
0, 53, 9, 21
Luminance
0.2384
Every format
| HEX | #c95eb7 |
| RGB | rgb(201, 94, 183) |
| HSL | hsl(310, 50%, 58%) |
| CMYK | cmyk(0%, 53%, 9%, 21%) |
| LAB | lab(55.9 53.8 -27.6) |
| LCH | lch(55.9 60.5 332.8) |
| OKLCH | oklch(0.642 0.172 334.2) |
Copy-ready code
/* CSS */
color: #c95eb7;
background-color: #c95eb7;
/* Tailwind (arbitrary) */
class="text-[#c95eb7] bg-[#c95eb7]"
/* SCSS */
$brand: #c95eb7;
/* SwiftUI */
Color(red: 0.788, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#c95eb7")Accessibility — WCAG contrast
Aa
#c95eb7 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95eb7 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow9.0%
Key (black)21.2%
Color previews
#c95eb7 text on a black background
contrast 5.77:1
Card sample
#c95eb7 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95eb7;
Background color
Panel with #c95eb7 background
background-color: #c95eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95eb7; background: linear-gradient(135deg, #c95eb7, #C95E6F);