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