#b8c95e
a balanced, vivid yellow · cool · closest name: khaki
RGB
184, 201, 94
HSL
70°, 50%, 58%
CMYK
9, 0, 53, 21
Luminance
0.5277
Every format
| HEX | #b8c95e |
| RGB | rgb(184, 201, 94) |
| HSL | hsl(70, 50%, 58%) |
| CMYK | cmyk(9%, 0%, 53%, 21%) |
| LAB | lab(77.7 -21.2 50.8) |
| LCH | lch(77.7 55.0 112.6) |
| OKLCH | oklch(0.801 0.134 117.0) |
Copy-ready code
/* CSS */
color: #b8c95e;
background-color: #b8c95e;
/* Tailwind (arbitrary) */
class="text-[#b8c95e] bg-[#b8c95e]"
/* SCSS */
$brand: #b8c95e;
/* SwiftUI */
Color(red: 0.722, green: 0.788, blue: 0.369)
/* Android */
Color.parseColor("#b8c95e")Accessibility — WCAG contrast
Aa
#b8c95e on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c95e on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green78.8%
Blue36.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow53.2%
Key (black)21.2%
Color previews
#b8c95e text on a black background
contrast 11.55:1
Card sample
#b8c95e text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c95e;
Background color
Panel with #b8c95e background
background-color: #b8c95e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c95e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 201, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 201, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c95e; background: linear-gradient(135deg, #b8c95e, #71C95E);