#c4acac
a light, soft red · warm · closest name: silver
RGB
196, 172, 172
HSL
0°, 17%, 72%
CMYK
0, 12, 12, 23
Luminance
0.4422
Every format
| HEX | #c4acac |
| RGB | rgb(196, 172, 172) |
| HSL | hsl(0, 17%, 72%) |
| CMYK | cmyk(0%, 12%, 12%, 23%) |
| LAB | lab(72.4 8.7 3.2) |
| LCH | lch(72.4 9.2 20.2) |
| OKLCH | oklch(0.765 0.028 17.8) |
Copy-ready code
/* CSS */
color: #c4acac;
background-color: #c4acac;
/* Tailwind (arbitrary) */
class="text-[#c4acac] bg-[#c4acac]"
/* SCSS */
$brand: #c4acac;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#c4acac")Accessibility — WCAG contrast
Aa
#c4acac on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4acac on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow12.2%
Key (black)23.1%
Color previews
#c4acac text on a black background
contrast 9.84:1
Card sample
#c4acac text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4acac;
Background color
Panel with #c4acac background
background-color: #c4acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4acac; background: linear-gradient(135deg, #c4acac, #C4BCAC);