#c490af
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 144, 175
HSL
324°, 31%, 67%
CMYK
0, 27, 11, 23
Luminance
0.3478
Every format
| HEX | #c490af |
| RGB | rgb(196, 144, 175) |
| HSL | hsl(324, 31%, 67%) |
| CMYK | cmyk(0%, 27%, 11%, 23%) |
| LAB | lab(65.6 24.6 -8.5) |
| LCH | lch(65.6 26.0 341.0) |
| OKLCH | oklch(0.713 0.075 342.7) |
Copy-ready code
/* CSS */
color: #c490af;
background-color: #c490af;
/* Tailwind (arbitrary) */
class="text-[#c490af] bg-[#c490af]"
/* SCSS */
$brand: #c490af;
/* SwiftUI */
Color(red: 0.769, green: 0.565, blue: 0.686)
/* Android */
Color.parseColor("#c490af")Accessibility — WCAG contrast
Aa
#c490af on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c490af on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green56.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow10.7%
Key (black)23.1%
Color previews
#c490af text on a black background
contrast 7.96:1
Card sample
#c490af text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c490af;
Background color
Panel with #c490af background
background-color: #c490af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c490af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 144, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 144, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c490af; background: linear-gradient(135deg, #c490af, #C49490);