#c485cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 133, 207
HSL
291°, 44%, 67%
CMYK
5, 36, 0, 19
Luminance
0.3302
Every format
| HEX | #c485cf |
| RGB | rgb(196, 133, 207) |
| HSL | hsl(291, 44%, 67%) |
| CMYK | cmyk(5%, 36%, 0%, 19%) |
| LAB | lab(64.2 36.5 -28.6) |
| LCH | lch(64.2 46.4 322.0) |
| OKLCH | oklch(0.706 0.125 321.4) |
Copy-ready code
/* CSS */
color: #c485cf;
background-color: #c485cf;
/* Tailwind (arbitrary) */
class="text-[#c485cf] bg-[#c485cf]"
/* SCSS */
$brand: #c485cf;
/* SwiftUI */
Color(red: 0.769, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#c485cf")Accessibility — WCAG contrast
Aa
#c485cf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c485cf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.2%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c485cf text on a black background
contrast 7.60:1
Card sample
#c485cf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c485cf;
Background color
Panel with #c485cf background
background-color: #c485cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c485cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c485cf; background: linear-gradient(135deg, #c485cf, #CF85A9);