#c0acac
a light, muted red · warm · closest name: silver
RGB
192, 172, 172
HSL
0°, 14%, 71%
CMYK
0, 10, 10, 25
Luminance
0.4369
Every format
| HEX | #c0acac |
| RGB | rgb(192, 172, 172) |
| HSL | hsl(0, 14%, 71%) |
| CMYK | cmyk(0%, 10%, 10%, 25%) |
| LAB | lab(72.0 7.2 2.6) |
| LCH | lch(72.0 7.7 20.1) |
| OKLCH | oklch(0.761 0.023 17.7) |
Copy-ready code
/* CSS */
color: #c0acac;
background-color: #c0acac;
/* Tailwind (arbitrary) */
class="text-[#c0acac] bg-[#c0acac]"
/* SCSS */
$brand: #c0acac;
/* SwiftUI */
Color(red: 0.753, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#c0acac")Accessibility — WCAG contrast
Aa
#c0acac on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0acac on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow10.4%
Key (black)24.7%
Color previews
#c0acac text on a black background
contrast 9.74:1
Card sample
#c0acac text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0acac;
Background color
Panel with #c0acac background
background-color: #c0acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0acac; background: linear-gradient(135deg, #c0acac, #C0B9AC);