#c489df
a light, vivid violet · warm · closest name: plum
RGB
196, 137, 223
HSL
281°, 57%, 71%
CMYK
12, 39, 0, 13
Luminance
0.3495
Every format
| HEX | #c489df |
| RGB | rgb(196, 137, 223) |
| HSL | hsl(281, 57%, 71%) |
| CMYK | cmyk(12%, 39%, 0%, 13%) |
| LAB | lab(65.7 37.6 -35.1) |
| LCH | lch(65.7 51.4 316.9) |
| OKLCH | oklch(0.720 0.136 314.7) |
Copy-ready code
/* CSS */
color: #c489df;
background-color: #c489df;
/* Tailwind (arbitrary) */
class="text-[#c489df] bg-[#c489df]"
/* SCSS */
$brand: #c489df;
/* SwiftUI */
Color(red: 0.769, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#c489df")Accessibility — WCAG contrast
Aa
#c489df on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c489df on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c489df text on a black background
contrast 7.99:1
Card sample
#c489df text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c489df;
Background color
Panel with #c489df background
background-color: #c489df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c489df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c489df; background: linear-gradient(135deg, #c489df, #DF89C1);