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