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