#b4af5d
a balanced, soft yellow · cool · closest name: khaki
RGB
180, 175, 93
HSL
57°, 37%, 54%
CMYK
0, 3, 48, 29
Luminance
0.4115
Every format
| HEX | #b4af5d |
| RGB | rgb(180, 175, 93) |
| HSL | hsl(57, 37%, 54%) |
| CMYK | cmyk(0%, 3%, 48%, 29%) |
| LAB | lab(70.3 -9.7 42.4) |
| LCH | lch(70.3 43.5 102.9) |
| OKLCH | oklch(0.741 0.105 105.6) |
Copy-ready code
/* CSS */
color: #b4af5d;
background-color: #b4af5d;
/* Tailwind (arbitrary) */
class="text-[#b4af5d] bg-[#b4af5d]"
/* SCSS */
$brand: #b4af5d;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.365)
/* Android */
Color.parseColor("#b4af5d")Accessibility — WCAG contrast
Aa
#b4af5d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4af5d on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow48.3%
Key (black)29.4%
Color previews
#b4af5d text on a black background
contrast 9.23:1
Card sample
#b4af5d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4af5d;
Background color
Panel with #b4af5d background
background-color: #b4af5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4af5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4af5d; background: linear-gradient(135deg, #b4af5d, #7FB45D);