#c853eb
a balanced, electric violet · warm · closest name: orchid
RGB
200, 83, 235
HSL
286°, 79%, 62%
CMYK
15, 65, 0, 8
Luminance
0.2446
Every format
| HEX | #c853eb |
| RGB | rgb(200, 83, 235) |
| HSL | hsl(286, 79%, 62%) |
| CMYK | cmyk(15%, 65%, 0%, 8%) |
| LAB | lab(56.5 67.8 -56.2) |
| LCH | lch(56.5 88.1 320.4) |
| OKLCH | oklch(0.655 0.233 317.6) |
Copy-ready code
/* CSS */
color: #c853eb;
background-color: #c853eb;
/* Tailwind (arbitrary) */
class="text-[#c853eb] bg-[#c853eb]"
/* SCSS */
$brand: #c853eb;
/* SwiftUI */
Color(red: 0.784, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#c853eb")Accessibility — WCAG contrast
Aa
#c853eb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c853eb on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green32.5%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c853eb text on a black background
contrast 5.89:1
Card sample
#c853eb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c853eb;
Background color
Panel with #c853eb background
background-color: #c853eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c853eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c853eb; background: linear-gradient(135deg, #c853eb, #EB53A9);