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