#b2964f
a balanced, soft yellow · warm · closest name: tan
RGB
178, 150, 79
HSL
43°, 39%, 50%
CMYK
0, 16, 56, 30
Luminance
0.3184
Every format
| HEX | #b2964f |
| RGB | rgb(178, 150, 79) |
| HSL | hsl(43, 39%, 50%) |
| CMYK | cmyk(0%, 16%, 56%, 30%) |
| LAB | lab(63.2 1.5 40.9) |
| LCH | lch(63.2 40.9 87.8) |
| OKLCH | oklch(0.683 0.096 88.2) |
Copy-ready code
/* CSS */
color: #b2964f;
background-color: #b2964f;
/* Tailwind (arbitrary) */
class="text-[#b2964f] bg-[#b2964f]"
/* SCSS */
$brand: #b2964f;
/* SwiftUI */
Color(red: 0.698, green: 0.588, blue: 0.310)
/* Android */
Color.parseColor("#b2964f")Accessibility — WCAG contrast
Aa
#b2964f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2964f on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green58.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow55.6%
Key (black)30.2%
Color previews
#b2964f text on a black background
contrast 7.37:1
Card sample
#b2964f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2964f;
Background color
Panel with #b2964f background
background-color: #b2964f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2964f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 150, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 150, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2964f; background: linear-gradient(135deg, #b2964f, #8CB24F);