#c7abac
a light, soft red · warm · closest name: silver
RGB
199, 171, 172
HSL
358°, 20%, 73%
CMYK
0, 14, 14, 22
Luminance
0.4425
Every format
| HEX | #c7abac |
| RGB | rgb(199, 171, 172) |
| HSL | hsl(358, 20%, 73%) |
| CMYK | cmyk(0%, 14%, 14%, 22%) |
| LAB | lab(72.4 10.3 3.3) |
| LCH | lch(72.4 10.8 17.5) |
| OKLCH | oklch(0.766 0.033 15.4) |
Copy-ready code
/* CSS */
color: #c7abac;
background-color: #c7abac;
/* Tailwind (arbitrary) */
class="text-[#c7abac] bg-[#c7abac]"
/* SCSS */
$brand: #c7abac;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#c7abac")Accessibility — WCAG contrast
Aa
#c7abac on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abac on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow13.6%
Key (black)22.0%
Color previews
#c7abac text on a black background
contrast 9.85:1
Card sample
#c7abac text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abac;
Background color
Panel with #c7abac background
background-color: #c7abac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abac; background: linear-gradient(135deg, #c7abac, #C7BDAB);