#b8b25f
a balanced, soft yellow · cool · closest name: khaki
RGB
184, 178, 95
HSL
56°, 39%, 55%
CMYK
0, 3, 48, 28
Luminance
0.4286
Every format
| HEX | #b8b25f |
| RGB | rgb(184, 178, 95) |
| HSL | hsl(56, 39%, 55%) |
| CMYK | cmyk(0%, 3%, 48%, 28%) |
| LAB | lab(71.5 -9.4 42.9) |
| LCH | lch(71.5 43.9 102.4) |
| OKLCH | oklch(0.751 0.106 105.0) |
Copy-ready code
/* CSS */
color: #b8b25f;
background-color: #b8b25f;
/* Tailwind (arbitrary) */
class="text-[#b8b25f] bg-[#b8b25f]"
/* SCSS */
$brand: #b8b25f;
/* SwiftUI */
Color(red: 0.722, green: 0.698, blue: 0.373)
/* Android */
Color.parseColor("#b8b25f")Accessibility — WCAG contrast
Aa
#b8b25f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8b25f on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green69.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow48.4%
Key (black)27.8%
Color previews
#b8b25f text on a black background
contrast 9.57:1
Card sample
#b8b25f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8b25f;
Background color
Panel with #b8b25f background
background-color: #b8b25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8b25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 178, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 178, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8b25f; background: linear-gradient(135deg, #b8b25f, #83B85F);