#c2acac
a light, soft red · warm · closest name: silver
RGB
194, 172, 172
HSL
0°, 15%, 72%
CMYK
0, 11, 11, 24
Luminance
0.4395
Every format
| HEX | #c2acac |
| RGB | rgb(194, 172, 172) |
| HSL | hsl(0, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 11%, 24%) |
| LAB | lab(72.2 7.9 2.9) |
| LCH | lch(72.2 8.4 20.2) |
| OKLCH | oklch(0.763 0.025 17.7) |
Copy-ready code
/* CSS */
color: #c2acac;
background-color: #c2acac;
/* Tailwind (arbitrary) */
class="text-[#c2acac] bg-[#c2acac]"
/* SCSS */
$brand: #c2acac;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#c2acac")Accessibility — WCAG contrast
Aa
#c2acac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acac on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow11.3%
Key (black)23.9%
Color previews
#c2acac text on a black background
contrast 9.79:1
Card sample
#c2acac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acac;
Background color
Panel with #c2acac background
background-color: #c2acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acac; background: linear-gradient(135deg, #c2acac, #C2BBAC);