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