#c892e8
a light, vivid violet · warm · closest name: plum
RGB
200, 146, 232
HSL
278°, 65%, 74%
CMYK
14, 37, 0, 9
Luminance
0.3866
Every format
| HEX | #c892e8 |
| RGB | rgb(200, 146, 232) |
| HSL | hsl(278, 65%, 74%) |
| CMYK | cmyk(14%, 37%, 0%, 9%) |
| LAB | lab(68.5 35.7 -35.7) |
| LCH | lch(68.5 50.5 315.0) |
| OKLCH | oklch(0.743 0.133 312.2) |
Copy-ready code
/* CSS */
color: #c892e8;
background-color: #c892e8;
/* Tailwind (arbitrary) */
class="text-[#c892e8] bg-[#c892e8]"
/* SCSS */
$brand: #c892e8;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.910)
/* Android */
Color.parseColor("#c892e8")Accessibility — WCAG contrast
Aa
#c892e8 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892e8 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue91.0%
CMYK percentages
Cyan13.8%
Magenta37.1%
Yellow0.0%
Key (black)9.0%
Color previews
#c892e8 text on a black background
contrast 8.73:1
Card sample
#c892e8 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892e8;
Background color
Panel with #c892e8 background
background-color: #c892e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892e8; background: linear-gradient(135deg, #c892e8, #E892CF);