#c488cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 136, 207
HSL
291°, 43%, 67%
CMYK
5, 34, 0, 19
Luminance
0.3385
Every format
| HEX | #c488cf |
| RGB | rgb(196, 136, 207) |
| HSL | hsl(291, 43%, 67%) |
| CMYK | cmyk(5%, 34%, 0%, 19%) |
| LAB | lab(64.8 34.9 -27.5) |
| LCH | lch(64.8 44.4 321.7) |
| OKLCH | oklch(0.711 0.120 321.2) |
Copy-ready code
/* CSS */
color: #c488cf;
background-color: #c488cf;
/* Tailwind (arbitrary) */
class="text-[#c488cf] bg-[#c488cf]"
/* SCSS */
$brand: #c488cf;
/* SwiftUI */
Color(red: 0.769, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#c488cf")Accessibility — WCAG contrast
Aa
#c488cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c488cf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.3%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c488cf text on a black background
contrast 7.77:1
Card sample
#c488cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c488cf;
Background color
Panel with #c488cf background
background-color: #c488cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c488cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c488cf; background: linear-gradient(135deg, #c488cf, #CF88AB);