#c2afab
a light, soft red · warm · closest name: silver
RGB
194, 175, 171
HSL
10°, 16%, 72%
CMYK
0, 10, 12, 24
Luminance
0.4507
Every format
| HEX | #c2afab |
| RGB | rgb(194, 175, 171) |
| HSL | hsl(10, 16%, 72%) |
| CMYK | cmyk(0%, 10%, 12%, 24%) |
| LAB | lab(72.9 6.1 4.5) |
| LCH | lch(72.9 7.6 36.4) |
| OKLCH | oklch(0.769 0.023 31.8) |
Copy-ready code
/* CSS */
color: #c2afab;
background-color: #c2afab;
/* Tailwind (arbitrary) */
class="text-[#c2afab] bg-[#c2afab]"
/* SCSS */
$brand: #c2afab;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c2afab")Accessibility — WCAG contrast
Aa
#c2afab on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afab on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow11.9%
Key (black)23.9%
Color previews
#c2afab text on a black background
contrast 10.01:1
Card sample
#c2afab text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afab;
Background color
Panel with #c2afab background
background-color: #c2afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afab; background: linear-gradient(135deg, #c2afab, #C2BEAB);