#c79eb1
a light, soft magenta / pink · warm · closest name: pink
RGB
199, 158, 177
HSL
332°, 27%, 70%
CMYK
0, 21, 11, 22
Luminance
0.3977
Every format
| HEX | #c79eb1 |
| RGB | rgb(199, 158, 177) |
| HSL | hsl(332, 27%, 70%) |
| CMYK | cmyk(0%, 21%, 11%, 22%) |
| LAB | lab(69.3 18.3 -4.0) |
| LCH | lch(69.3 18.7 347.5) |
| OKLCH | oklch(0.742 0.055 349.0) |
Copy-ready code
/* CSS */
color: #c79eb1;
background-color: #c79eb1;
/* Tailwind (arbitrary) */
class="text-[#c79eb1] bg-[#c79eb1]"
/* SCSS */
$brand: #c79eb1;
/* SwiftUI */
Color(red: 0.780, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#c79eb1")Accessibility — WCAG contrast
Aa
#c79eb1 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79eb1 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow11.1%
Key (black)22.0%
Color previews
#c79eb1 text on a black background
contrast 8.95:1
Card sample
#c79eb1 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79eb1;
Background color
Panel with #c79eb1 background
background-color: #c79eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79eb1; background: linear-gradient(135deg, #c79eb1, #C7A69E);