#c95ce4
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 92, 228
HSL
288°, 72%, 63%
CMYK
12, 60, 0, 11
Luminance
0.2567
Every format
| HEX | #c95ce4 |
| RGB | rgb(201, 92, 228) |
| HSL | hsl(288, 72%, 63%) |
| CMYK | cmyk(12%, 60%, 0%, 11%) |
| LAB | lab(57.7 62.8 -50.4) |
| LCH | lch(57.7 80.5 321.2) |
| OKLCH | oklch(0.662 0.215 319.2) |
Copy-ready code
/* CSS */
color: #c95ce4;
background-color: #c95ce4;
/* Tailwind (arbitrary) */
class="text-[#c95ce4] bg-[#c95ce4]"
/* SCSS */
$brand: #c95ce4;
/* SwiftUI */
Color(red: 0.788, green: 0.361, blue: 0.894)
/* Android */
Color.parseColor("#c95ce4")Accessibility — WCAG contrast
Aa
#c95ce4 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95ce4 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.1%
Blue89.4%
CMYK percentages
Cyan11.8%
Magenta59.6%
Yellow0.0%
Key (black)10.6%
Color previews
#c95ce4 text on a black background
contrast 6.13:1
Card sample
#c95ce4 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95ce4;
Background color
Panel with #c95ce4 background
background-color: #c95ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 92, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 92, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95ce4; background: linear-gradient(135deg, #c95ce4, #E45CA4);