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