#c79eb3
a light, soft magenta / pink · warm · closest name: pink
RGB
199, 158, 179
HSL
329°, 27%, 70%
CMYK
0, 21, 10, 22
Luminance
0.3985
Every format
| HEX | #c79eb3 |
| RGB | rgb(199, 158, 179) |
| HSL | hsl(329, 27%, 70%) |
| CMYK | cmyk(0%, 21%, 10%, 22%) |
| LAB | lab(69.4 18.6 -5.0) |
| LCH | lch(69.4 19.3 344.8) |
| OKLCH | oklch(0.743 0.056 346.4) |
Copy-ready code
/* CSS */
color: #c79eb3;
background-color: #c79eb3;
/* Tailwind (arbitrary) */
class="text-[#c79eb3] bg-[#c79eb3]"
/* SCSS */
$brand: #c79eb3;
/* SwiftUI */
Color(red: 0.780, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#c79eb3")Accessibility — WCAG contrast
Aa
#c79eb3 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79eb3 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow10.1%
Key (black)22.0%
Color previews
#c79eb3 text on a black background
contrast 8.97:1
Card sample
#c79eb3 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79eb3;
Background color
Panel with #c79eb3 background
background-color: #c79eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79eb3; background: linear-gradient(135deg, #c79eb3, #C7A49E);