#b8af5b
a balanced, soft yellow · cool · closest name: khaki
RGB
184, 175, 91
HSL
54°, 40%, 54%
CMYK
0, 5, 51, 28
Luminance
0.4161
Every format
| HEX | #b8af5b |
| RGB | rgb(184, 175, 91) |
| HSL | hsl(54, 40%, 54%) |
| CMYK | cmyk(0%, 5%, 51%, 28%) |
| LAB | lab(70.6 -8.2 43.8) |
| LCH | lch(70.6 44.6 100.6) |
| OKLCH | oklch(0.744 0.107 103.2) |
Copy-ready code
/* CSS */
color: #b8af5b;
background-color: #b8af5b;
/* Tailwind (arbitrary) */
class="text-[#b8af5b] bg-[#b8af5b]"
/* SCSS */
$brand: #b8af5b;
/* SwiftUI */
Color(red: 0.722, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#b8af5b")Accessibility — WCAG contrast
Aa
#b8af5b on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8af5b on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow50.5%
Key (black)27.8%
Color previews
#b8af5b text on a black background
contrast 9.32:1
Card sample
#b8af5b text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8af5b;
Background color
Panel with #b8af5b background
background-color: #b8af5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8af5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8af5b; background: linear-gradient(135deg, #b8af5b, #83B85B);