#c4b2ac
a light, soft orange · warm · closest name: silver
RGB
196, 178, 172
HSL
15°, 17%, 72%
CMYK
0, 9, 12, 23
Luminance
0.4656
Every format
| HEX | #c4b2ac |
| RGB | rgb(196, 178, 172) |
| HSL | hsl(15, 17%, 72%) |
| CMYK | cmyk(0%, 9%, 12%, 23%) |
| LAB | lab(73.9 5.4 5.4) |
| LCH | lch(73.9 7.7 44.9) |
| OKLCH | oklch(0.777 0.022 39.4) |
Copy-ready code
/* CSS */
color: #c4b2ac;
background-color: #c4b2ac;
/* Tailwind (arbitrary) */
class="text-[#c4b2ac] bg-[#c4b2ac]"
/* SCSS */
$brand: #c4b2ac;
/* SwiftUI */
Color(red: 0.769, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#c4b2ac")Accessibility — WCAG contrast
Aa
#c4b2ac on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b2ac on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow12.2%
Key (black)23.1%
Color previews
#c4b2ac text on a black background
contrast 10.31:1
Card sample
#c4b2ac text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b2ac;
Background color
Panel with #c4b2ac background
background-color: #c4b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b2ac; background: linear-gradient(135deg, #c4b2ac, #C4C2AC);