#c57eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
197, 126, 176
HSL
318°, 38%, 63%
CMYK
0, 36, 11, 23
Luminance
0.2993
Every format
| HEX | #c57eb0 |
| RGB | rgb(197, 126, 176) |
| HSL | hsl(318, 38%, 63%) |
| CMYK | cmyk(0%, 36%, 11%, 23%) |
| LAB | lab(61.6 34.9 -15.0) |
| LCH | lch(61.6 38.0 336.8) |
| OKLCH | oklch(0.683 0.109 338.5) |
Copy-ready code
/* CSS */
color: #c57eb0;
background-color: #c57eb0;
/* Tailwind (arbitrary) */
class="text-[#c57eb0] bg-[#c57eb0]"
/* SCSS */
$brand: #c57eb0;
/* SwiftUI */
Color(red: 0.773, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#c57eb0")Accessibility — WCAG contrast
Aa
#c57eb0 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57eb0 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow10.7%
Key (black)22.7%
Color previews
#c57eb0 text on a black background
contrast 6.99:1
Card sample
#c57eb0 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57eb0;
Background color
Panel with #c57eb0 background
background-color: #c57eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57eb0; background: linear-gradient(135deg, #c57eb0, #C57E81);