#c99eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
201, 158, 176
HSL
335°, 29%, 70%
CMYK
0, 21, 12, 21
Luminance
0.4001
Every format
| HEX | #c99eb0 |
| RGB | rgb(201, 158, 176) |
| HSL | hsl(335, 29%, 70%) |
| CMYK | cmyk(0%, 21%, 12%, 21%) |
| LAB | lab(69.5 18.8 -3.2) |
| LCH | lch(69.5 19.1 350.3) |
| OKLCH | oklch(0.744 0.056 351.6) |
Copy-ready code
/* CSS */
color: #c99eb0;
background-color: #c99eb0;
/* Tailwind (arbitrary) */
class="text-[#c99eb0] bg-[#c99eb0]"
/* SCSS */
$brand: #c99eb0;
/* SwiftUI */
Color(red: 0.788, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#c99eb0")Accessibility — WCAG contrast
Aa
#c99eb0 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99eb0 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow12.4%
Key (black)21.2%
Color previews
#c99eb0 text on a black background
contrast 9.00:1
Card sample
#c99eb0 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99eb0;
Background color
Panel with #c99eb0 background
background-color: #c99eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99eb0; background: linear-gradient(135deg, #c99eb0, #C9A99E);