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