#c4bba1
a light, soft yellow · warm · closest name: tan
RGB
196, 187, 161
HSL
45°, 23%, 70%
CMYK
0, 5, 18, 23
Luminance
0.4985
Every format
| HEX | #c4bba1 |
| RGB | rgb(196, 187, 161) |
| HSL | hsl(45, 23%, 70%) |
| CMYK | cmyk(0%, 5%, 18%, 23%) |
| LAB | lab(76.0 -1.2 14.3) |
| LCH | lch(76.0 14.4 94.6) |
| OKLCH | oklch(0.792 0.037 91.2) |
Copy-ready code
/* CSS */
color: #c4bba1;
background-color: #c4bba1;
/* Tailwind (arbitrary) */
class="text-[#c4bba1] bg-[#c4bba1]"
/* SCSS */
$brand: #c4bba1;
/* SwiftUI */
Color(red: 0.769, green: 0.733, blue: 0.631)
/* Android */
Color.parseColor("#c4bba1")Accessibility — WCAG contrast
Aa
#c4bba1 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bba1 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.3%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow17.9%
Key (black)23.1%
Color previews
#c4bba1 text on a black background
contrast 10.97:1
Card sample
#c4bba1 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bba1;
Background color
Panel with #c4bba1 background
background-color: #c4bba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 187, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 187, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bba1; background: linear-gradient(135deg, #c4bba1, #B6C4A1);