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