#c4bc90
a light, soft yellow · cool · closest name: tan
RGB
196, 188, 144
HSL
51°, 31%, 67%
CMYK
0, 4, 27, 23
Luminance
0.4972
Every format
| HEX | #c4bc90 |
| RGB | rgb(196, 188, 144) |
| HSL | hsl(51, 31%, 67%) |
| CMYK | cmyk(0%, 4%, 27%, 23%) |
| LAB | lab(75.9 -4.2 23.3) |
| LCH | lch(75.9 23.7 100.1) |
| OKLCH | oklch(0.791 0.060 99.0) |
Copy-ready code
/* CSS */
color: #c4bc90;
background-color: #c4bc90;
/* Tailwind (arbitrary) */
class="text-[#c4bc90] bg-[#c4bc90]"
/* SCSS */
$brand: #c4bc90;
/* SwiftUI */
Color(red: 0.769, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#c4bc90")Accessibility — WCAG contrast
Aa
#c4bc90 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bc90 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow26.5%
Key (black)23.1%
Color previews
#c4bc90 text on a black background
contrast 10.94:1
Card sample
#c4bc90 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bc90;
Background color
Panel with #c4bc90 background
background-color: #c4bc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bc90; background: linear-gradient(135deg, #c4bc90, #A9C490);