#c5bbaf
a light, soft orange · warm · closest name: silver
RGB
197, 187, 175
HSL
33°, 16%, 73%
CMYK
0, 5, 11, 23
Luminance
0.5051
Every format
| HEX | #c5bbaf |
| RGB | rgb(197, 187, 175) |
| HSL | hsl(33, 16%, 73%) |
| CMYK | cmyk(0%, 5%, 11%, 23%) |
| LAB | lab(76.4 1.5 7.3) |
| LCH | lch(76.4 7.5 78.7) |
| OKLCH | oklch(0.797 0.020 72.5) |
Copy-ready code
/* CSS */
color: #c5bbaf;
background-color: #c5bbaf;
/* Tailwind (arbitrary) */
class="text-[#c5bbaf] bg-[#c5bbaf]"
/* SCSS */
$brand: #c5bbaf;
/* SwiftUI */
Color(red: 0.773, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#c5bbaf")Accessibility — WCAG contrast
Aa
#c5bbaf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bbaf on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow11.2%
Key (black)22.7%
Color previews
#c5bbaf text on a black background
contrast 11.10:1
Card sample
#c5bbaf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bbaf;
Background color
Panel with #c5bbaf background
background-color: #c5bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bbaf; background: linear-gradient(135deg, #c5bbaf, #C0C5AF);