#c090df
a light, vivid violet · warm · closest name: plum
RGB
192, 144, 223
HSL
277°, 55%, 72%
CMYK
14, 35, 0, 13
Luminance
0.3648
Every format
| HEX | #c090df |
| RGB | rgb(192, 144, 223) |
| HSL | hsl(277, 55%, 72%) |
| CMYK | cmyk(14%, 35%, 0%, 13%) |
| LAB | lab(66.9 32.5 -33.3) |
| LCH | lch(66.9 46.5 314.3) |
| OKLCH | oklch(0.728 0.122 311.4) |
Copy-ready code
/* CSS */
color: #c090df;
background-color: #c090df;
/* Tailwind (arbitrary) */
class="text-[#c090df] bg-[#c090df]"
/* SCSS */
$brand: #c090df;
/* SwiftUI */
Color(red: 0.753, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#c090df")Accessibility — WCAG contrast
Aa
#c090df on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c090df on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green56.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c090df text on a black background
contrast 8.30:1
Card sample
#c090df text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c090df;
Background color
Panel with #c090df background
background-color: #c090df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c090df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c090df; background: linear-gradient(135deg, #c090df, #DF90C9);