#c0b38d
a light, soft yellow · warm · closest name: tan
RGB
192, 179, 141
HSL
45°, 29%, 65%
CMYK
0, 7, 27, 25
Luminance
0.4537
Every format
| HEX | #c0b38d |
| RGB | rgb(192, 179, 141) |
| HSL | hsl(45, 29%, 65%) |
| CMYK | cmyk(0%, 7%, 27%, 25%) |
| LAB | lab(73.1 -1.4 21.1) |
| LCH | lch(73.1 21.2 93.7) |
| OKLCH | oklch(0.768 0.054 91.4) |
Copy-ready code
/* CSS */
color: #c0b38d;
background-color: #c0b38d;
/* Tailwind (arbitrary) */
class="text-[#c0b38d] bg-[#c0b38d]"
/* SCSS */
$brand: #c0b38d;
/* SwiftUI */
Color(red: 0.753, green: 0.702, blue: 0.553)
/* Android */
Color.parseColor("#c0b38d")Accessibility — WCAG contrast
Aa
#c0b38d on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b38d on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green70.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow26.6%
Key (black)24.7%
Color previews
#c0b38d text on a black background
contrast 10.07:1
Card sample
#c0b38d text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b38d;
Background color
Panel with #c0b38d background
background-color: #c0b38d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b38d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 179, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 179, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b38d; background: linear-gradient(135deg, #c0b38d, #ABC08D);