#c092df
a light, vivid violet · warm · closest name: plum
RGB
192, 146, 223
HSL
276°, 55%, 72%
CMYK
14, 35, 0, 13
Luminance
0.3709
Every format
| HEX | #c092df |
| RGB | rgb(192, 146, 223) |
| HSL | hsl(276, 55%, 72%) |
| CMYK | cmyk(14%, 35%, 0%, 13%) |
| LAB | lab(67.3 31.4 -32.6) |
| LCH | lch(67.3 45.3 313.9) |
| OKLCH | oklch(0.731 0.119 311.0) |
Copy-ready code
/* CSS */
color: #c092df;
background-color: #c092df;
/* Tailwind (arbitrary) */
class="text-[#c092df] bg-[#c092df]"
/* SCSS */
$brand: #c092df;
/* SwiftUI */
Color(red: 0.753, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#c092df")Accessibility — WCAG contrast
Aa
#c092df on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c092df on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green57.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c092df text on a black background
contrast 8.42:1
Card sample
#c092df text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c092df;
Background color
Panel with #c092df background
background-color: #c092df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c092df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c092df; background: linear-gradient(135deg, #c092df, #DF92CB);