#c799eb
a light, vivid violet · warm · closest name: plum
RGB
199, 153, 235
HSL
274°, 67%, 76%
CMYK
15, 35, 0, 8
Luminance
0.4092
Every format
| HEX | #c799eb |
| RGB | rgb(199, 153, 235) |
| HSL | hsl(274, 67%, 76%) |
| CMYK | cmyk(15%, 35%, 0%, 8%) |
| LAB | lab(70.1 32.2 -34.8) |
| LCH | lch(70.1 47.5 312.8) |
| OKLCH | oklch(0.755 0.124 309.4) |
Copy-ready code
/* CSS */
color: #c799eb;
background-color: #c799eb;
/* Tailwind (arbitrary) */
class="text-[#c799eb] bg-[#c799eb]"
/* SCSS */
$brand: #c799eb;
/* SwiftUI */
Color(red: 0.780, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c799eb")Accessibility — WCAG contrast
Aa
#c799eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c799eb on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.0%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c799eb text on a black background
contrast 9.18:1
Card sample
#c799eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c799eb;
Background color
Panel with #c799eb background
background-color: #c799eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c799eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c799eb; background: linear-gradient(135deg, #c799eb, #EB99D8);