#c098eb
a light, vivid violet · warm · closest name: plum
RGB
192, 152, 235
HSL
269°, 68%, 76%
CMYK
18, 35, 0, 8
Luminance
0.3966
Every format
| HEX | #c098eb |
| RGB | rgb(192, 152, 235) |
| HSL | hsl(269, 68%, 76%) |
| CMYK | cmyk(18%, 35%, 0%, 8%) |
| LAB | lab(69.2 30.7 -36.3) |
| LCH | lch(69.2 47.5 310.2) |
| OKLCH | oklch(0.747 0.123 305.7) |
Copy-ready code
/* CSS */
color: #c098eb;
background-color: #c098eb;
/* Tailwind (arbitrary) */
class="text-[#c098eb] bg-[#c098eb]"
/* SCSS */
$brand: #c098eb;
/* SwiftUI */
Color(red: 0.753, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#c098eb")Accessibility — WCAG contrast
Aa
#c098eb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c098eb on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green59.6%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c098eb text on a black background
contrast 8.93:1
Card sample
#c098eb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c098eb;
Background color
Panel with #c098eb background
background-color: #c098eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c098eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c098eb; background: linear-gradient(135deg, #c098eb, #EB98DF);