#c5b2ac
a light, soft red · warm · closest name: silver
RGB
197, 178, 172
HSL
14°, 18%, 72%
CMYK
0, 10, 13, 23
Luminance
0.4669
Every format
| HEX | #c5b2ac |
| RGB | rgb(197, 178, 172) |
| HSL | hsl(14, 18%, 72%) |
| CMYK | cmyk(0%, 10%, 13%, 23%) |
| LAB | lab(74.0 5.8 5.5) |
| LCH | lch(74.0 8.0 43.7) |
| OKLCH | oklch(0.778 0.024 38.3) |
Copy-ready code
/* CSS */
color: #c5b2ac;
background-color: #c5b2ac;
/* Tailwind (arbitrary) */
class="text-[#c5b2ac] bg-[#c5b2ac]"
/* SCSS */
$brand: #c5b2ac;
/* SwiftUI */
Color(red: 0.773, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#c5b2ac")Accessibility — WCAG contrast
Aa
#c5b2ac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b2ac on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow12.7%
Key (black)22.7%
Color previews
#c5b2ac text on a black background
contrast 10.34:1
Card sample
#c5b2ac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b2ac;
Background color
Panel with #c5b2ac background
background-color: #c5b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b2ac; background: linear-gradient(135deg, #c5b2ac, #C5C3AC);