#c876eb
a light, vivid violet · warm · closest name: orchid
RGB
200, 118, 235
HSL
282°, 75%, 69%
CMYK
15, 50, 0, 8
Luminance
0.3123
Every format
| HEX | #c876eb |
| RGB | rgb(200, 118, 235) |
| HSL | hsl(282, 75%, 69%) |
| CMYK | cmyk(15%, 50%, 0%, 8%) |
| LAB | lab(62.7 51.3 -46.4) |
| LCH | lch(62.7 69.2 317.8) |
| OKLCH | oklch(0.700 0.182 314.9) |
Copy-ready code
/* CSS */
color: #c876eb;
background-color: #c876eb;
/* Tailwind (arbitrary) */
class="text-[#c876eb] bg-[#c876eb]"
/* SCSS */
$brand: #c876eb;
/* SwiftUI */
Color(red: 0.784, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#c876eb")Accessibility — WCAG contrast
Aa
#c876eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c876eb on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green46.3%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c876eb text on a black background
contrast 7.25:1
Card sample
#c876eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c876eb;
Background color
Panel with #c876eb background
background-color: #c876eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c876eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c876eb; background: linear-gradient(135deg, #c876eb, #EB76C0);