#b8db7c
a light, vivid green · cool · closest name: khaki
RGB
184, 219, 124
HSL
82°, 57%, 67%
CMYK
16, 0, 43, 14
Luminance
0.6231
Every format
| HEX | #b8db7c |
| RGB | rgb(184, 219, 124) |
| HSL | hsl(82, 57%, 67%) |
| CMYK | cmyk(16%, 0%, 43%, 14%) |
| LAB | lab(83.1 -26.9 42.9) |
| LCH | lch(83.1 50.6 122.1) |
| OKLCH | oklch(0.845 0.128 125.6) |
Copy-ready code
/* CSS */
color: #b8db7c;
background-color: #b8db7c;
/* Tailwind (arbitrary) */
class="text-[#b8db7c] bg-[#b8db7c]"
/* SCSS */
$brand: #b8db7c;
/* SwiftUI */
Color(red: 0.722, green: 0.859, blue: 0.486)
/* Android */
Color.parseColor("#b8db7c")Accessibility — WCAG contrast
Aa
#b8db7c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8db7c on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.9%
Blue48.6%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow43.4%
Key (black)14.1%
Color previews
#b8db7c text on a black background
contrast 13.46:1
Card sample
#b8db7c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8db7c;
Background color
Panel with #b8db7c background
background-color: #b8db7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8db7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 219, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 219, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8db7c; background: linear-gradient(135deg, #b8db7c, #7CDB7F);