#c8abba
a light, soft magenta / pink · warm · closest name: silver
RGB
200, 171, 186
HSL
329°, 21%, 73%
CMYK
0, 15, 7, 22
Luminance
0.4495
Every format
| HEX | #c8abba |
| RGB | rgb(200, 171, 186) |
| HSL | hsl(329, 21%, 73%) |
| CMYK | cmyk(0%, 15%, 7%, 22%) |
| LAB | lab(72.9 13.1 -3.8) |
| LCH | lch(72.9 13.6 343.9) |
| OKLCH | oklch(0.771 0.039 345.5) |
Copy-ready code
/* CSS */
color: #c8abba;
background-color: #c8abba;
/* Tailwind (arbitrary) */
class="text-[#c8abba] bg-[#c8abba]"
/* SCSS */
$brand: #c8abba;
/* SwiftUI */
Color(red: 0.784, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#c8abba")Accessibility — WCAG contrast
Aa
#c8abba on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8abba on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow7.0%
Key (black)21.6%
Color previews
#c8abba text on a black background
contrast 9.99:1
Card sample
#c8abba text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8abba;
Background color
Panel with #c8abba background
background-color: #c8abba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8abba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8abba; background: linear-gradient(135deg, #c8abba, #C8AFAB);