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