#c951eb
a balanced, electric violet · warm · closest name: orchid
RGB
201, 81, 235
HSL
287°, 79%, 62%
CMYK
15, 66, 0, 8
Luminance
0.2430
Every format
| HEX | #c951eb |
| RGB | rgb(201, 81, 235) |
| HSL | hsl(287, 79%, 62%) |
| CMYK | cmyk(15%, 66%, 0%, 8%) |
| LAB | lab(56.4 68.9 -56.5) |
| LCH | lch(56.4 89.1 320.7) |
| OKLCH | oklch(0.654 0.236 318.0) |
Copy-ready code
/* CSS */
color: #c951eb;
background-color: #c951eb;
/* Tailwind (arbitrary) */
class="text-[#c951eb] bg-[#c951eb]"
/* SCSS */
$brand: #c951eb;
/* SwiftUI */
Color(red: 0.788, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#c951eb")Accessibility — WCAG contrast
Aa
#c951eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c951eb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.8%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c951eb text on a black background
contrast 5.86:1
Card sample
#c951eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c951eb;
Background color
Panel with #c951eb background
background-color: #c951eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c951eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c951eb; background: linear-gradient(135deg, #c951eb, #EB51A6);