#c9acac
a light, soft red · warm · closest name: silver
RGB
201, 172, 172
HSL
0°, 21%, 73%
CMYK
0, 14, 14, 21
Luminance
0.4490
Every format
| HEX | #c9acac |
| RGB | rgb(201, 172, 172) |
| HSL | hsl(0, 21%, 73%) |
| CMYK | cmyk(0%, 14%, 14%, 21%) |
| LAB | lab(72.8 10.5 3.9) |
| LCH | lch(72.8 11.2 20.4) |
| OKLCH | oklch(0.770 0.034 17.9) |
Copy-ready code
/* CSS */
color: #c9acac;
background-color: #c9acac;
/* Tailwind (arbitrary) */
class="text-[#c9acac] bg-[#c9acac]"
/* SCSS */
$brand: #c9acac;
/* SwiftUI */
Color(red: 0.788, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#c9acac")Accessibility — WCAG contrast
Aa
#c9acac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9acac on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow14.4%
Key (black)21.2%
Color previews
#c9acac text on a black background
contrast 9.98:1
Card sample
#c9acac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9acac;
Background color
Panel with #c9acac background
background-color: #c9acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9acac; background: linear-gradient(135deg, #c9acac, #C9BFAC);