#c894eb
a light, vivid violet · warm · closest name: plum
RGB
200, 148, 235
HSL
276°, 69%, 75%
CMYK
15, 37, 0, 8
Luminance
0.3946
Every format
| HEX | #c894eb |
| RGB | rgb(200, 148, 235) |
| HSL | hsl(276, 69%, 75%) |
| CMYK | cmyk(15%, 37%, 0%, 8%) |
| LAB | lab(69.1 35.3 -36.4) |
| LCH | lch(69.1 50.7 314.1) |
| OKLCH | oklch(0.748 0.133 310.9) |
Copy-ready code
/* CSS */
color: #c894eb;
background-color: #c894eb;
/* Tailwind (arbitrary) */
class="text-[#c894eb] bg-[#c894eb]"
/* SCSS */
$brand: #c894eb;
/* SwiftUI */
Color(red: 0.784, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#c894eb")Accessibility — WCAG contrast
Aa
#c894eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c894eb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.0%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c894eb text on a black background
contrast 8.89:1
Card sample
#c894eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c894eb;
Background color
Panel with #c894eb background
background-color: #c894eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c894eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c894eb; background: linear-gradient(135deg, #c894eb, #EB94D4);