#c2bbaf
a light, muted orange · warm · closest name: silver
RGB
194, 187, 175
HSL
38°, 14%, 72%
CMYK
0, 4, 10, 24
Luminance
0.5011
Every format
| HEX | #c2bbaf |
| RGB | rgb(194, 187, 175) |
| HSL | hsl(38, 14%, 72%) |
| CMYK | cmyk(0%, 4%, 10%, 24%) |
| LAB | lab(76.1 0.4 7.0) |
| LCH | lch(76.1 7.0 87.0) |
| OKLCH | oklch(0.794 0.018 81.3) |
Copy-ready code
/* CSS */
color: #c2bbaf;
background-color: #c2bbaf;
/* Tailwind (arbitrary) */
class="text-[#c2bbaf] bg-[#c2bbaf]"
/* SCSS */
$brand: #c2bbaf;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#c2bbaf")Accessibility — WCAG contrast
Aa
#c2bbaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bbaf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow9.8%
Key (black)23.9%
Color previews
#c2bbaf text on a black background
contrast 11.02:1
Card sample
#c2bbaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bbaf;
Background color
Panel with #c2bbaf background
background-color: #c2bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bbaf; background: linear-gradient(135deg, #c2bbaf, #BCC2AF);