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