#c0afab
a light, muted red · warm · closest name: silver
RGB
192, 175, 171
HSL
11°, 14%, 71%
CMYK
0, 9, 11, 25
Luminance
0.4481
Every format
| HEX | #c0afab |
| RGB | rgb(192, 175, 171) |
| HSL | hsl(11, 14%, 71%) |
| CMYK | cmyk(0%, 9%, 11%, 25%) |
| LAB | lab(72.8 5.4 4.3) |
| LCH | lch(72.8 6.9 38.3) |
| OKLCH | oklch(0.767 0.021 33.4) |
Copy-ready code
/* CSS */
color: #c0afab;
background-color: #c0afab;
/* Tailwind (arbitrary) */
class="text-[#c0afab] bg-[#c0afab]"
/* SCSS */
$brand: #c0afab;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c0afab")Accessibility — WCAG contrast
Aa
#c0afab on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0afab on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow10.9%
Key (black)24.7%
Color previews
#c0afab text on a black background
contrast 9.96:1
Card sample
#c0afab text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0afab;
Background color
Panel with #c0afab background
background-color: #c0afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0afab; background: linear-gradient(135deg, #c0afab, #C0BDAB);