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