#c39eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
195, 158, 176
HSL
331°, 24%, 69%
CMYK
0, 19, 10, 24
Luminance
0.3919
Every format
| HEX | #c39eb0 |
| RGB | rgb(195, 158, 176) |
| HSL | hsl(331, 24%, 69%) |
| CMYK | cmyk(0%, 19%, 10%, 24%) |
| LAB | lab(68.9 16.6 -4.1) |
| LCH | lch(68.9 17.1 346.1) |
| OKLCH | oklch(0.738 0.050 347.6) |
Copy-ready code
/* CSS */
color: #c39eb0;
background-color: #c39eb0;
/* Tailwind (arbitrary) */
class="text-[#c39eb0] bg-[#c39eb0]"
/* SCSS */
$brand: #c39eb0;
/* SwiftUI */
Color(red: 0.765, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#c39eb0")Accessibility — WCAG contrast
Aa
#c39eb0 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39eb0 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow9.7%
Key (black)23.5%
Color previews
#c39eb0 text on a black background
contrast 8.84:1
Card sample
#c39eb0 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39eb0;
Background color
Panel with #c39eb0 background
background-color: #c39eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39eb0; background: linear-gradient(135deg, #c39eb0, #C3A59E);