#c873eb
a light, electric violet · warm · closest name: orchid
RGB
200, 115, 235
HSL
283°, 75%, 69%
CMYK
15, 51, 0, 8
Luminance
0.3054
Every format
| HEX | #c873eb |
| RGB | rgb(200, 115, 235) |
| HSL | hsl(283, 75%, 69%) |
| CMYK | cmyk(15%, 51%, 0%, 8%) |
| LAB | lab(62.1 52.8 -47.4) |
| LCH | lch(62.1 70.9 318.1) |
| OKLCH | oklch(0.696 0.187 315.2) |
Copy-ready code
/* CSS */
color: #c873eb;
background-color: #c873eb;
/* Tailwind (arbitrary) */
class="text-[#c873eb] bg-[#c873eb]"
/* SCSS */
$brand: #c873eb;
/* SwiftUI */
Color(red: 0.784, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#c873eb")Accessibility — WCAG contrast
Aa
#c873eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c873eb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green45.1%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c873eb text on a black background
contrast 7.11:1
Card sample
#c873eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c873eb;
Background color
Panel with #c873eb background
background-color: #c873eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c873eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c873eb; background: linear-gradient(135deg, #c873eb, #EB73BE);