#c95fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 95, 215
HSL
293°, 60%, 61%
CMYK
7, 56, 0, 16
Luminance
0.2551
Every format
| HEX | #c95fd7 |
| RGB | rgb(201, 95, 215) |
| HSL | hsl(293, 60%, 61%) |
| CMYK | cmyk(7%, 56%, 0%, 16%) |
| LAB | lab(57.6 59.0 -43.3) |
| LCH | lch(57.6 73.2 323.7) |
| OKLCH | oklch(0.659 0.199 322.8) |
Copy-ready code
/* CSS */
color: #c95fd7;
background-color: #c95fd7;
/* Tailwind (arbitrary) */
class="text-[#c95fd7] bg-[#c95fd7]"
/* SCSS */
$brand: #c95fd7;
/* SwiftUI */
Color(red: 0.788, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#c95fd7")Accessibility — WCAG contrast
Aa
#c95fd7 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95fd7 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green37.3%
Blue84.3%
CMYK percentages
Cyan6.5%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#c95fd7 text on a black background
contrast 6.10:1
Card sample
#c95fd7 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95fd7;
Background color
Panel with #c95fd7 background
background-color: #c95fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95fd7; background: linear-gradient(135deg, #c95fd7, #D75F95);