#c5b48b
a light, soft yellow · warm · closest name: tan
RGB
197, 180, 139
HSL
42°, 33%, 66%
CMYK
0, 9, 29, 23
Luminance
0.4638
Every format
| HEX | #c5b48b |
| RGB | rgb(197, 180, 139) |
| HSL | hsl(42, 33%, 66%) |
| CMYK | cmyk(0%, 9%, 29%, 23%) |
| LAB | lab(73.8 -0.2 23.2) |
| LCH | lch(73.8 23.2 90.5) |
| OKLCH | oklch(0.774 0.059 88.1) |
Copy-ready code
/* CSS */
color: #c5b48b;
background-color: #c5b48b;
/* Tailwind (arbitrary) */
class="text-[#c5b48b] bg-[#c5b48b]"
/* SCSS */
$brand: #c5b48b;
/* SwiftUI */
Color(red: 0.773, green: 0.706, blue: 0.545)
/* Android */
Color.parseColor("#c5b48b")Accessibility — WCAG contrast
Aa
#c5b48b on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b48b on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green70.6%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow29.4%
Key (black)22.7%
Color previews
#c5b48b text on a black background
contrast 10.28:1
Card sample
#c5b48b text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b48b;
Background color
Panel with #c5b48b background
background-color: #c5b48b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b48b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 180, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 180, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b48b; background: linear-gradient(135deg, #c5b48b, #AFC58B);