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