#c4baad
a light, soft orange · warm · closest name: silver
RGB
196, 186, 173
HSL
34°, 16%, 72%
CMYK
0, 5, 12, 23
Luminance
0.4987
Every format
| HEX | #c4baad |
| RGB | rgb(196, 186, 173) |
| HSL | hsl(34, 16%, 72%) |
| CMYK | cmyk(0%, 5%, 12%, 23%) |
| LAB | lab(76.0 1.3 7.8) |
| LCH | lch(76.0 8.0 80.7) |
| OKLCH | oklch(0.793 0.021 74.6) |
Copy-ready code
/* CSS */
color: #c4baad;
background-color: #c4baad;
/* Tailwind (arbitrary) */
class="text-[#c4baad] bg-[#c4baad]"
/* SCSS */
$brand: #c4baad;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#c4baad")Accessibility — WCAG contrast
Aa
#c4baad on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4baad on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow11.7%
Key (black)23.1%
Color previews
#c4baad text on a black background
contrast 10.97:1
Card sample
#c4baad text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4baad;
Background color
Panel with #c4baad background
background-color: #c4baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4baad; background: linear-gradient(135deg, #c4baad, #BFC4AD);