#baad7c
a balanced, soft yellow · cool · closest name: tan
RGB
186, 173, 124
HSL
47°, 31%, 61%
CMYK
0, 7, 33, 27
Luminance
0.4178
Every format
| HEX | #baad7c |
| RGB | rgb(186, 173, 124) |
| HSL | hsl(47, 31%, 61%) |
| CMYK | cmyk(0%, 7%, 33%, 27%) |
| LAB | lab(70.7 -2.8 26.9) |
| LCH | lch(70.7 27.1 95.9) |
| OKLCH | oklch(0.747 0.067 95.0) |
Copy-ready code
/* CSS */
color: #baad7c;
background-color: #baad7c;
/* Tailwind (arbitrary) */
class="text-[#baad7c] bg-[#baad7c]"
/* SCSS */
$brand: #baad7c;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.486)
/* Android */
Color.parseColor("#baad7c")Accessibility — WCAG contrast
Aa
#baad7c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baad7c on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow33.3%
Key (black)27.1%
Color previews
#baad7c text on a black background
contrast 9.36:1
Card sample
#baad7c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baad7c;
Background color
Panel with #baad7c background
background-color: #baad7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baad7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baad7c; background: linear-gradient(135deg, #baad7c, #9EBA7C);