#b2ba7c
a balanced, soft yellow · cool · closest name: tan
RGB
178, 186, 124
HSL
68°, 31%, 61%
CMYK
4, 0, 33, 27
Luminance
0.4604
Every format
| HEX | #b2ba7c |
| RGB | rgb(178, 186, 124) |
| HSL | hsl(68, 31%, 61%) |
| CMYK | cmyk(4%, 0%, 33%, 27%) |
| LAB | lab(73.6 -12.8 30.6) |
| LCH | lch(73.6 33.1 112.7) |
| OKLCH | oklch(0.768 0.083 114.4) |
Copy-ready code
/* CSS */
color: #b2ba7c;
background-color: #b2ba7c;
/* Tailwind (arbitrary) */
class="text-[#b2ba7c] bg-[#b2ba7c]"
/* SCSS */
$brand: #b2ba7c;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.486)
/* Android */
Color.parseColor("#b2ba7c")Accessibility — WCAG contrast
Aa
#b2ba7c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ba7c on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue48.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow33.3%
Key (black)27.1%
Color previews
#b2ba7c text on a black background
contrast 10.21:1
Card sample
#b2ba7c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ba7c;
Background color
Panel with #b2ba7c background
background-color: #b2ba7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ba7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ba7c; background: linear-gradient(135deg, #b2ba7c, #89BA7C);