#c5acaf
a light, soft red · warm · closest name: silver
RGB
197, 172, 175
HSL
353°, 18%, 72%
CMYK
0, 13, 11, 23
Luminance
0.4447
Every format
| HEX | #c5acaf |
| RGB | rgb(197, 172, 175) |
| HSL | hsl(353, 18%, 72%) |
| CMYK | cmyk(0%, 13%, 11%, 23%) |
| LAB | lab(72.5 9.5 1.8) |
| LCH | lch(72.5 9.7 10.6) |
| OKLCH | oklch(0.767 0.029 9.6) |
Copy-ready code
/* CSS */
color: #c5acaf;
background-color: #c5acaf;
/* Tailwind (arbitrary) */
class="text-[#c5acaf] bg-[#c5acaf]"
/* SCSS */
$brand: #c5acaf;
/* SwiftUI */
Color(red: 0.773, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#c5acaf")Accessibility — WCAG contrast
Aa
#c5acaf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5acaf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow11.2%
Key (black)22.7%
Color previews
#c5acaf text on a black background
contrast 9.89:1
Card sample
#c5acaf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5acaf;
Background color
Panel with #c5acaf background
background-color: #c5acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5acaf; background: linear-gradient(135deg, #c5acaf, #C5BAAC);