#c489cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 137, 207
HSL
291°, 42%, 68%
CMYK
5, 34, 0, 19
Luminance
0.3413
Every format
| HEX | #c489cf |
| RGB | rgb(196, 137, 207) |
| HSL | hsl(291, 42%, 68%) |
| CMYK | cmyk(5%, 34%, 0%, 19%) |
| LAB | lab(65.1 34.3 -27.2) |
| LCH | lch(65.1 43.8 321.6) |
| OKLCH | oklch(0.713 0.118 321.1) |
Copy-ready code
/* CSS */
color: #c489cf;
background-color: #c489cf;
/* Tailwind (arbitrary) */
class="text-[#c489cf] bg-[#c489cf]"
/* SCSS */
$brand: #c489cf;
/* SwiftUI */
Color(red: 0.769, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#c489cf")Accessibility — WCAG contrast
Aa
#c489cf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c489cf on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.7%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta33.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c489cf text on a black background
contrast 7.83:1
Card sample
#c489cf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c489cf;
Background color
Panel with #c489cf background
background-color: #c489cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c489cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c489cf; background: linear-gradient(135deg, #c489cf, #CF89AB);