#c092eb
a light, vivid violet · warm · closest name: plum
RGB
192, 146, 235
HSL
271°, 69%, 75%
CMYK
18, 38, 0, 8
Luminance
0.3776
Every format
| HEX | #c092eb |
| RGB | rgb(192, 146, 235) |
| HSL | hsl(271, 69%, 75%) |
| CMYK | cmyk(18%, 38%, 0%, 8%) |
| LAB | lab(67.8 34.0 -38.4) |
| LCH | lch(67.8 51.3 311.5) |
| OKLCH | oklch(0.736 0.134 307.2) |
Copy-ready code
/* CSS */
color: #c092eb;
background-color: #c092eb;
/* Tailwind (arbitrary) */
class="text-[#c092eb] bg-[#c092eb]"
/* SCSS */
$brand: #c092eb;
/* SwiftUI */
Color(red: 0.753, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#c092eb")Accessibility — WCAG contrast
Aa
#c092eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c092eb on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.3%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c092eb text on a black background
contrast 8.55:1
Card sample
#c092eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c092eb;
Background color
Panel with #c092eb background
background-color: #c092eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c092eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c092eb; background: linear-gradient(135deg, #c092eb, #EB92DB);