#c79eb9
a light, soft magenta / pink · warm · closest name: pink
RGB
199, 158, 185
HSL
321°, 27%, 70%
CMYK
0, 21, 7, 22
Luminance
0.4010
Every format
| HEX | #c79eb9 |
| RGB | rgb(199, 158, 185) |
| HSL | hsl(321, 27%, 70%) |
| CMYK | cmyk(0%, 21%, 7%, 22%) |
| LAB | lab(69.5 19.6 -8.1) |
| LCH | lch(69.5 21.3 337.5) |
| OKLCH | oklch(0.745 0.060 339.2) |
Copy-ready code
/* CSS */
color: #c79eb9;
background-color: #c79eb9;
/* Tailwind (arbitrary) */
class="text-[#c79eb9] bg-[#c79eb9]"
/* SCSS */
$brand: #c79eb9;
/* SwiftUI */
Color(red: 0.780, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#c79eb9")Accessibility — WCAG contrast
Aa
#c79eb9 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79eb9 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow7.0%
Key (black)22.0%
Color previews
#c79eb9 text on a black background
contrast 9.02:1
Card sample
#c79eb9 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79eb9;
Background color
Panel with #c79eb9 background
background-color: #c79eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79eb9; background: linear-gradient(135deg, #c79eb9, #C79E9E);