#c79fba
a light, soft magenta / pink · warm · closest name: pink
RGB
199, 159, 186
HSL
320°, 26%, 70%
CMYK
0, 20, 7, 22
Luminance
0.4048
Every format
| HEX | #c79fba |
| RGB | rgb(199, 159, 186) |
| HSL | hsl(320, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 7%, 22%) |
| LAB | lab(69.8 19.3 -8.3) |
| LCH | lch(69.8 21.0 336.8) |
| OKLCH | oklch(0.747 0.059 338.4) |
Copy-ready code
/* CSS */
color: #c79fba;
background-color: #c79fba;
/* Tailwind (arbitrary) */
class="text-[#c79fba] bg-[#c79fba]"
/* SCSS */
$brand: #c79fba;
/* SwiftUI */
Color(red: 0.780, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#c79fba")Accessibility — WCAG contrast
Aa
#c79fba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79fba on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow6.5%
Key (black)22.0%
Color previews
#c79fba text on a black background
contrast 9.10:1
Card sample
#c79fba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79fba;
Background color
Panel with #c79fba background
background-color: #c79fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79fba; background: linear-gradient(135deg, #c79fba, #C79F9F);