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