#c896eb
a light, vivid violet · warm · closest name: plum
RGB
200, 150, 235
HSL
275°, 68%, 76%
CMYK
15, 36, 0, 8
Luminance
0.4009
Every format
| HEX | #c896eb |
| RGB | rgb(200, 150, 235) |
| HSL | hsl(275, 68%, 76%) |
| CMYK | cmyk(15%, 36%, 0%, 8%) |
| LAB | lab(69.5 34.2 -35.7) |
| LCH | lch(69.5 49.5 313.7) |
| OKLCH | oklch(0.751 0.130 310.5) |
Copy-ready code
/* CSS */
color: #c896eb;
background-color: #c896eb;
/* Tailwind (arbitrary) */
class="text-[#c896eb] bg-[#c896eb]"
/* SCSS */
$brand: #c896eb;
/* SwiftUI */
Color(red: 0.784, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#c896eb")Accessibility — WCAG contrast
Aa
#c896eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c896eb on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.8%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c896eb text on a black background
contrast 9.02:1
Card sample
#c896eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c896eb;
Background color
Panel with #c896eb background
background-color: #c896eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c896eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c896eb; background: linear-gradient(135deg, #c896eb, #EB96D5);