#c37eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
195, 126, 178
HSL
315°, 37%, 63%
CMYK
0, 35, 9, 24
Luminance
0.2974
Every format
| HEX | #c37eb2 |
| RGB | rgb(195, 126, 178) |
| HSL | hsl(315, 37%, 63%) |
| CMYK | cmyk(0%, 35%, 9%, 24%) |
| LAB | lab(61.4 34.6 -16.4) |
| LCH | lch(61.4 38.3 334.6) |
| OKLCH | oklch(0.681 0.109 336.2) |
Copy-ready code
/* CSS */
color: #c37eb2;
background-color: #c37eb2;
/* Tailwind (arbitrary) */
class="text-[#c37eb2] bg-[#c37eb2]"
/* SCSS */
$brand: #c37eb2;
/* SwiftUI */
Color(red: 0.765, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#c37eb2")Accessibility — WCAG contrast
Aa
#c37eb2 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37eb2 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow8.7%
Key (black)23.5%
Color previews
#c37eb2 text on a black background
contrast 6.95:1
Card sample
#c37eb2 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37eb2;
Background color
Panel with #c37eb2 background
background-color: #c37eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37eb2; background: linear-gradient(135deg, #c37eb2, #C37E84);