#c5afab
a light, soft red · warm · closest name: silver
RGB
197, 175, 171
HSL
9°, 18%, 72%
CMYK
0, 11, 13, 23
Luminance
0.4547
Every format
| HEX | #c5afab |
| RGB | rgb(197, 175, 171) |
| HSL | hsl(9, 18%, 72%) |
| CMYK | cmyk(0%, 11%, 13%, 23%) |
| LAB | lab(73.2 7.2 4.9) |
| LCH | lch(73.2 8.8 34.3) |
| OKLCH | oklch(0.772 0.026 30.0) |
Copy-ready code
/* CSS */
color: #c5afab;
background-color: #c5afab;
/* Tailwind (arbitrary) */
class="text-[#c5afab] bg-[#c5afab]"
/* SCSS */
$brand: #c5afab;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c5afab")Accessibility — WCAG contrast
Aa
#c5afab on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afab on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow13.2%
Key (black)22.7%
Color previews
#c5afab text on a black background
contrast 10.09:1
Card sample
#c5afab text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afab;
Background color
Panel with #c5afab background
background-color: #c5afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afab; background: linear-gradient(135deg, #c5afab, #C5C0AB);