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