#c3bbaf
a light, muted orange · warm · closest name: silver
RGB
195, 187, 175
HSL
36°, 14%, 73%
CMYK
0, 4, 10, 24
Luminance
0.5024
Every format
| HEX | #c3bbaf |
| RGB | rgb(195, 187, 175) |
| HSL | hsl(36, 14%, 73%) |
| CMYK | cmyk(0%, 4%, 10%, 24%) |
| LAB | lab(76.2 0.7 7.1) |
| LCH | lch(76.2 7.1 84.1) |
| OKLCH | oklch(0.795 0.019 78.2) |
Copy-ready code
/* CSS */
color: #c3bbaf;
background-color: #c3bbaf;
/* Tailwind (arbitrary) */
class="text-[#c3bbaf] bg-[#c3bbaf]"
/* SCSS */
$brand: #c3bbaf;
/* SwiftUI */
Color(red: 0.765, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#c3bbaf")Accessibility — WCAG contrast
Aa
#c3bbaf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bbaf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow10.3%
Key (black)23.5%
Color previews
#c3bbaf text on a black background
contrast 11.05:1
Card sample
#c3bbaf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bbaf;
Background color
Panel with #c3bbaf background
background-color: #c3bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bbaf; background: linear-gradient(135deg, #c3bbaf, #BEC3AF);