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