#c096df
a light, vivid violet · warm · closest name: plum
RGB
192, 150, 223
HSL
275°, 53%, 73%
CMYK
14, 33, 0, 13
Luminance
0.3835
Every format
| HEX | #c096df |
| RGB | rgb(192, 150, 223) |
| HSL | hsl(275, 53%, 73%) |
| CMYK | cmyk(14%, 33%, 0%, 13%) |
| LAB | lab(68.3 29.2 -31.1) |
| LCH | lch(68.3 42.7 313.1) |
| OKLCH | oklch(0.738 0.112 310.1) |
Copy-ready code
/* CSS */
color: #c096df;
background-color: #c096df;
/* Tailwind (arbitrary) */
class="text-[#c096df] bg-[#c096df]"
/* SCSS */
$brand: #c096df;
/* SwiftUI */
Color(red: 0.753, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#c096df")Accessibility — WCAG contrast
Aa
#c096df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c096df on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green58.8%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c096df text on a black background
contrast 8.67:1
Card sample
#c096df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c096df;
Background color
Panel with #c096df background
background-color: #c096df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c096df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c096df; background: linear-gradient(135deg, #c096df, #DF96CD);