#c95cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 92, 223
HSL
290°, 67%, 62%
CMYK
10, 59, 0, 13
Luminance
0.2540
Every format
| HEX | #c95cdf |
| RGB | rgb(201, 92, 223) |
| HSL | hsl(290, 67%, 62%) |
| CMYK | cmyk(10%, 59%, 0%, 13%) |
| LAB | lab(57.5 61.9 -48.0) |
| LCH | lch(57.5 78.3 322.2) |
| OKLCH | oklch(0.660 0.211 320.6) |
Copy-ready code
/* CSS */
color: #c95cdf;
background-color: #c95cdf;
/* Tailwind (arbitrary) */
class="text-[#c95cdf] bg-[#c95cdf]"
/* SCSS */
$brand: #c95cdf;
/* SwiftUI */
Color(red: 0.788, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#c95cdf")Accessibility — WCAG contrast
Aa
#c95cdf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95cdf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c95cdf text on a black background
contrast 6.08:1
Card sample
#c95cdf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95cdf;
Background color
Panel with #c95cdf background
background-color: #c95cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95cdf; background: linear-gradient(135deg, #c95cdf, #DF5C9E);