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