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