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