#c882eb
a light, vivid violet · warm · closest name: orchid
RGB
200, 130, 235
HSL
280°, 72%, 72%
CMYK
15, 45, 0, 8
Luminance
0.3424
Every format
| HEX | #c882eb |
| RGB | rgb(200, 130, 235) |
| HSL | hsl(280, 72%, 72%) |
| CMYK | cmyk(15%, 45%, 0%, 8%) |
| LAB | lab(65.2 45.0 -42.6) |
| LCH | lch(65.2 62.0 316.6) |
| OKLCH | oklch(0.718 0.163 313.6) |
Copy-ready code
/* CSS */
color: #c882eb;
background-color: #c882eb;
/* Tailwind (arbitrary) */
class="text-[#c882eb] bg-[#c882eb]"
/* SCSS */
$brand: #c882eb;
/* SwiftUI */
Color(red: 0.784, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#c882eb")Accessibility — WCAG contrast
Aa
#c882eb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c882eb on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green51.0%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c882eb text on a black background
contrast 7.85:1
Card sample
#c882eb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c882eb;
Background color
Panel with #c882eb background
background-color: #c882eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c882eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c882eb; background: linear-gradient(135deg, #c882eb, #EB82C8);