#c28eb0
a light, soft magenta / pink · warm · closest name: plum
RGB
194, 142, 176
HSL
321°, 30%, 66%
CMYK
0, 27, 9, 24
Luminance
0.3395
Every format
| HEX | #c28eb0 |
| RGB | rgb(194, 142, 176) |
| HSL | hsl(321, 30%, 66%) |
| CMYK | cmyk(0%, 27%, 9%, 24%) |
| LAB | lab(64.9 25.1 -10.0) |
| LCH | lch(64.9 27.1 338.2) |
| OKLCH | oklch(0.707 0.077 339.9) |
Copy-ready code
/* CSS */
color: #c28eb0;
background-color: #c28eb0;
/* Tailwind (arbitrary) */
class="text-[#c28eb0] bg-[#c28eb0]"
/* SCSS */
$brand: #c28eb0;
/* SwiftUI */
Color(red: 0.761, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#c28eb0")Accessibility — WCAG contrast
Aa
#c28eb0 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28eb0 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow9.3%
Key (black)23.9%
Color previews
#c28eb0 text on a black background
contrast 7.79:1
Card sample
#c28eb0 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28eb0;
Background color
Panel with #c28eb0 background
background-color: #c28eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28eb0; background: linear-gradient(135deg, #c28eb0, #C28F8E);