#c481cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 129, 207
HSL
292°, 45%, 66%
CMYK
5, 38, 0, 19
Luminance
0.3194
Every format
| HEX | #c481cf |
| RGB | rgb(196, 129, 207) |
| HSL | hsl(292, 45%, 66%) |
| CMYK | cmyk(5%, 38%, 0%, 19%) |
| LAB | lab(63.3 38.7 -29.9) |
| LCH | lch(63.3 48.9 322.3) |
| OKLCH | oklch(0.699 0.132 321.7) |
Copy-ready code
/* CSS */
color: #c481cf;
background-color: #c481cf;
/* Tailwind (arbitrary) */
class="text-[#c481cf] bg-[#c481cf]"
/* SCSS */
$brand: #c481cf;
/* SwiftUI */
Color(red: 0.769, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#c481cf")Accessibility — WCAG contrast
Aa
#c481cf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c481cf on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green50.6%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta37.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c481cf text on a black background
contrast 7.39:1
Card sample
#c481cf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c481cf;
Background color
Panel with #c481cf background
background-color: #c481cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c481cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c481cf; background: linear-gradient(135deg, #c481cf, #CF81A6);