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