#c490cf
a light, soft violet · warm · closest name: plum
RGB
196, 144, 207
HSL
290°, 40%, 69%
CMYK
5, 30, 0, 19
Luminance
0.3619
Every format
| HEX | #c490cf |
| RGB | rgb(196, 144, 207) |
| HSL | hsl(290, 40%, 69%) |
| CMYK | cmyk(5%, 30%, 0%, 19%) |
| LAB | lab(66.7 30.5 -24.7) |
| LCH | lch(66.7 39.3 320.9) |
| OKLCH | oklch(0.725 0.106 320.4) |
Copy-ready code
/* CSS */
color: #c490cf;
background-color: #c490cf;
/* Tailwind (arbitrary) */
class="text-[#c490cf] bg-[#c490cf]"
/* SCSS */
$brand: #c490cf;
/* SwiftUI */
Color(red: 0.769, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#c490cf")Accessibility — WCAG contrast
Aa
#c490cf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c490cf on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green56.5%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c490cf text on a black background
contrast 8.24:1
Card sample
#c490cf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c490cf;
Background color
Panel with #c490cf background
background-color: #c490cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c490cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c490cf; background: linear-gradient(135deg, #c490cf, #CF90B0);