#c094df
a light, vivid violet · warm · closest name: plum
RGB
192, 148, 223
HSL
275°, 54%, 73%
CMYK
14, 34, 0, 13
Luminance
0.3771
Every format
| HEX | #c094df |
| RGB | rgb(192, 148, 223) |
| HSL | hsl(275, 54%, 73%) |
| CMYK | cmyk(14%, 34%, 0%, 13%) |
| LAB | lab(67.8 30.3 -31.9) |
| LCH | lch(67.8 44.0 313.6) |
| OKLCH | oklch(0.735 0.115 310.6) |
Copy-ready code
/* CSS */
color: #c094df;
background-color: #c094df;
/* Tailwind (arbitrary) */
class="text-[#c094df] bg-[#c094df]"
/* SCSS */
$brand: #c094df;
/* SwiftUI */
Color(red: 0.753, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#c094df")Accessibility — WCAG contrast
Aa
#c094df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c094df on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green58.0%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c094df text on a black background
contrast 8.54:1
Card sample
#c094df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c094df;
Background color
Panel with #c094df background
background-color: #c094df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c094df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c094df; background: linear-gradient(135deg, #c094df, #DF94CC);