#b7af5d
a balanced, soft yellow · cool · closest name: khaki
RGB
183, 175, 93
HSL
55°, 39%, 54%
CMYK
0, 4, 49, 28
Luminance
0.4152
Every format
| HEX | #b7af5d |
| RGB | rgb(183, 175, 93) |
| HSL | hsl(55, 39%, 54%) |
| CMYK | cmyk(0%, 4%, 49%, 28%) |
| LAB | lab(70.5 -8.5 42.7) |
| LCH | lch(70.5 43.6 101.2) |
| OKLCH | oklch(0.743 0.105 103.7) |
Copy-ready code
/* CSS */
color: #b7af5d;
background-color: #b7af5d;
/* Tailwind (arbitrary) */
class="text-[#b7af5d] bg-[#b7af5d]"
/* SCSS */
$brand: #b7af5d;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.365)
/* Android */
Color.parseColor("#b7af5d")Accessibility — WCAG contrast
Aa
#b7af5d on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7af5d on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow49.2%
Key (black)28.2%
Color previews
#b7af5d text on a black background
contrast 9.30:1
Card sample
#b7af5d text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7af5d;
Background color
Panel with #b7af5d background
background-color: #b7af5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7af5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7af5d; background: linear-gradient(135deg, #b7af5d, #83B75D);