#c288df
a light, vivid violet · warm · closest name: plum
RGB
194, 136, 223
HSL
280°, 58%, 70%
CMYK
13, 39, 0, 13
Luminance
0.3441
Every format
| HEX | #c288df |
| RGB | rgb(194, 136, 223) |
| HSL | hsl(280, 58%, 70%) |
| CMYK | cmyk(13%, 39%, 0%, 13%) |
| LAB | lab(65.3 37.5 -35.8) |
| LCH | lch(65.3 51.8 316.4) |
| OKLCH | oklch(0.716 0.137 313.8) |
Copy-ready code
/* CSS */
color: #c288df;
background-color: #c288df;
/* Tailwind (arbitrary) */
class="text-[#c288df] bg-[#c288df]"
/* SCSS */
$brand: #c288df;
/* SwiftUI */
Color(red: 0.761, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#c288df")Accessibility — WCAG contrast
Aa
#c288df on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c288df on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green53.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c288df text on a black background
contrast 7.88:1
Card sample
#c288df text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c288df;
Background color
Panel with #c288df background
background-color: #c288df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c288df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c288df; background: linear-gradient(135deg, #c288df, #DF88C2);