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