#c6afab
a light, soft red · warm · closest name: silver
RGB
198, 175, 171
HSL
9°, 19%, 72%
CMYK
0, 12, 14, 22
Luminance
0.4561
Every format
| HEX | #c6afab |
| RGB | rgb(198, 175, 171) |
| HSL | hsl(9, 19%, 72%) |
| CMYK | cmyk(0%, 12%, 14%, 22%) |
| LAB | lab(73.3 7.6 5.1) |
| LCH | lch(73.3 9.2 33.7) |
| OKLCH | oklch(0.773 0.027 29.5) |
Copy-ready code
/* CSS */
color: #c6afab;
background-color: #c6afab;
/* Tailwind (arbitrary) */
class="text-[#c6afab] bg-[#c6afab]"
/* SCSS */
$brand: #c6afab;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c6afab")Accessibility — WCAG contrast
Aa
#c6afab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6afab on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow13.6%
Key (black)22.4%
Color previews
#c6afab text on a black background
contrast 10.12:1
Card sample
#c6afab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6afab;
Background color
Panel with #c6afab background
background-color: #c6afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6afab; background: linear-gradient(135deg, #c6afab, #C6C1AB);