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