#c099eb
a light, vivid violet · warm · closest name: plum
RGB
192, 153, 235
HSL
269°, 67%, 76%
CMYK
18, 35, 0, 8
Luminance
0.3999
Every format
| HEX | #c099eb |
| RGB | rgb(192, 153, 235) |
| HSL | hsl(269, 67%, 76%) |
| CMYK | cmyk(18%, 35%, 0%, 8%) |
| LAB | lab(69.5 30.1 -35.9) |
| LCH | lch(69.5 46.9 310.0) |
| OKLCH | oklch(0.749 0.122 305.5) |
Copy-ready code
/* CSS */
color: #c099eb;
background-color: #c099eb;
/* Tailwind (arbitrary) */
class="text-[#c099eb] bg-[#c099eb]"
/* SCSS */
$brand: #c099eb;
/* SwiftUI */
Color(red: 0.753, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#c099eb")Accessibility — WCAG contrast
Aa
#c099eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c099eb on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green60.0%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c099eb text on a black background
contrast 9.00:1
Card sample
#c099eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c099eb;
Background color
Panel with #c099eb background
background-color: #c099eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c099eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c099eb; background: linear-gradient(135deg, #c099eb, #EB99DF);