#c28eb7
a light, soft magenta / pink · warm · closest name: plum
RGB
194, 142, 183
HSL
313°, 30%, 66%
CMYK
0, 27, 6, 24
Luminance
0.3423
Every format
| HEX | #c28eb7 |
| RGB | rgb(194, 142, 183) |
| HSL | hsl(313, 30%, 66%) |
| CMYK | cmyk(0%, 27%, 6%, 24%) |
| LAB | lab(65.2 26.4 -13.6) |
| LCH | lch(65.2 29.7 332.7) |
| OKLCH | oklch(0.710 0.083 334.1) |
Copy-ready code
/* CSS */
color: #c28eb7;
background-color: #c28eb7;
/* Tailwind (arbitrary) */
class="text-[#c28eb7] bg-[#c28eb7]"
/* SCSS */
$brand: #c28eb7;
/* SwiftUI */
Color(red: 0.761, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#c28eb7")Accessibility — WCAG contrast
Aa
#c28eb7 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28eb7 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow5.7%
Key (black)23.9%
Color previews
#c28eb7 text on a black background
contrast 7.85:1
Card sample
#c28eb7 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28eb7;
Background color
Panel with #c28eb7 background
background-color: #c28eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28eb7; background: linear-gradient(135deg, #c28eb7, #C28E94);