#c28ba2
a light, soft magenta / pink · warm · closest name: pink
RGB
194, 139, 162
HSL
335°, 31%, 65%
CMYK
0, 28, 17, 24
Luminance
0.3254
Every format
| HEX | #c28ba2 |
| RGB | rgb(194, 139, 162) |
| HSL | hsl(335, 31%, 65%) |
| CMYK | cmyk(0%, 28%, 17%, 24%) |
| LAB | lab(63.8 24.4 -3.8) |
| LCH | lch(63.8 24.7 351.2) |
| OKLCH | oklch(0.697 0.073 352.4) |
Copy-ready code
/* CSS */
color: #c28ba2;
background-color: #c28ba2;
/* Tailwind (arbitrary) */
class="text-[#c28ba2] bg-[#c28ba2]"
/* SCSS */
$brand: #c28ba2;
/* SwiftUI */
Color(red: 0.761, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#c28ba2")Accessibility — WCAG contrast
Aa
#c28ba2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28ba2 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green54.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow16.5%
Key (black)23.9%
Color previews
#c28ba2 text on a black background
contrast 7.51:1
Card sample
#c28ba2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28ba2;
Background color
Panel with #c28ba2 background
background-color: #c28ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28ba2; background: linear-gradient(135deg, #c28ba2, #C2998B);