#c4bbaf
a light, soft orange · warm · closest name: silver
RGB
196, 187, 175
HSL
34°, 15%, 73%
CMYK
0, 5, 11, 23
Luminance
0.5037
Every format
| HEX | #c4bbaf |
| RGB | rgb(196, 187, 175) |
| HSL | hsl(34, 15%, 73%) |
| CMYK | cmyk(0%, 5%, 11%, 23%) |
| LAB | lab(76.3 1.1 7.2) |
| LCH | lch(76.3 7.3 81.4) |
| OKLCH | oklch(0.796 0.019 75.3) |
Copy-ready code
/* CSS */
color: #c4bbaf;
background-color: #c4bbaf;
/* Tailwind (arbitrary) */
class="text-[#c4bbaf] bg-[#c4bbaf]"
/* SCSS */
$brand: #c4bbaf;
/* SwiftUI */
Color(red: 0.769, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#c4bbaf")Accessibility — WCAG contrast
Aa
#c4bbaf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bbaf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow10.7%
Key (black)23.1%
Color previews
#c4bbaf text on a black background
contrast 11.07:1
Card sample
#c4bbaf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bbaf;
Background color
Panel with #c4bbaf background
background-color: #c4bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bbaf; background: linear-gradient(135deg, #c4bbaf, #BFC4AF);