#c99fac
a light, soft magenta / pink · warm · closest name: pink
RGB
201, 159, 172
HSL
341°, 28%, 71%
CMYK
0, 21, 14, 21
Luminance
0.4019
Every format
| HEX | #c99fac |
| RGB | rgb(201, 159, 172) |
| HSL | hsl(341, 28%, 71%) |
| CMYK | cmyk(0%, 21%, 14%, 21%) |
| LAB | lab(69.6 17.6 -0.8) |
| LCH | lch(69.6 17.6 357.5) |
| OKLCH | oklch(0.745 0.052 358.0) |
Copy-ready code
/* CSS */
color: #c99fac;
background-color: #c99fac;
/* Tailwind (arbitrary) */
class="text-[#c99fac] bg-[#c99fac]"
/* SCSS */
$brand: #c99fac;
/* SwiftUI */
Color(red: 0.788, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#c99fac")Accessibility — WCAG contrast
Aa
#c99fac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99fac on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow14.4%
Key (black)21.2%
Color previews
#c99fac text on a black background
contrast 9.04:1
Card sample
#c99fac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99fac;
Background color
Panel with #c99fac background
background-color: #c99fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99fac; background: linear-gradient(135deg, #c99fac, #C9AE9F);