#c39eb3
a light, soft magenta / pink · warm · closest name: pink
RGB
195, 158, 179
HSL
326°, 24%, 69%
CMYK
0, 19, 8, 24
Luminance
0.3931
Every format
| HEX | #c39eb3 |
| RGB | rgb(195, 158, 179) |
| HSL | hsl(326, 24%, 69%) |
| CMYK | cmyk(0%, 19%, 8%, 24%) |
| LAB | lab(69.0 17.2 -5.7) |
| LCH | lch(69.0 18.1 341.7) |
| OKLCH | oklch(0.739 0.052 343.4) |
Copy-ready code
/* CSS */
color: #c39eb3;
background-color: #c39eb3;
/* Tailwind (arbitrary) */
class="text-[#c39eb3] bg-[#c39eb3]"
/* SCSS */
$brand: #c39eb3;
/* SwiftUI */
Color(red: 0.765, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#c39eb3")Accessibility — WCAG contrast
Aa
#c39eb3 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39eb3 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow8.2%
Key (black)23.5%
Color previews
#c39eb3 text on a black background
contrast 8.86:1
Card sample
#c39eb3 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39eb3;
Background color
Panel with #c39eb3 background
background-color: #c39eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39eb3; background: linear-gradient(135deg, #c39eb3, #C3A29E);