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