#c1acac
a light, muted red · warm · closest name: silver
RGB
193, 172, 172
HSL
0°, 15%, 72%
CMYK
0, 11, 11, 24
Luminance
0.4382
Every format
| HEX | #c1acac |
| RGB | rgb(193, 172, 172) |
| HSL | hsl(0, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 11%, 24%) |
| LAB | lab(72.1 7.6 2.8) |
| LCH | lch(72.1 8.1 20.1) |
| OKLCH | oklch(0.762 0.024 17.7) |
Copy-ready code
/* CSS */
color: #c1acac;
background-color: #c1acac;
/* Tailwind (arbitrary) */
class="text-[#c1acac] bg-[#c1acac]"
/* SCSS */
$brand: #c1acac;
/* SwiftUI */
Color(red: 0.757, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#c1acac")Accessibility — WCAG contrast
Aa
#c1acac on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1acac on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow10.9%
Key (black)24.3%
Color previews
#c1acac text on a black background
contrast 9.76:1
Card sample
#c1acac text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1acac;
Background color
Panel with #c1acac background
background-color: #c1acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1acac; background: linear-gradient(135deg, #c1acac, #C1BAAC);