#c7abba
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 171, 186
HSL
328°, 20%, 73%
CMYK
0, 14, 7, 22
Luminance
0.4481
Every format
| HEX | #c7abba |
| RGB | rgb(199, 171, 186) |
| HSL | hsl(328, 20%, 73%) |
| CMYK | cmyk(0%, 14%, 7%, 22%) |
| LAB | lab(72.8 12.7 -3.9) |
| LCH | lch(72.8 13.3 342.9) |
| OKLCH | oklch(0.770 0.038 344.5) |
Copy-ready code
/* CSS */
color: #c7abba;
background-color: #c7abba;
/* Tailwind (arbitrary) */
class="text-[#c7abba] bg-[#c7abba]"
/* SCSS */
$brand: #c7abba;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#c7abba")Accessibility — WCAG contrast
Aa
#c7abba on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abba on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow6.5%
Key (black)22.0%
Color previews
#c7abba text on a black background
contrast 9.96:1
Card sample
#c7abba text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abba;
Background color
Panel with #c7abba background
background-color: #c7abba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abba; background: linear-gradient(135deg, #c7abba, #C7AFAB);