#b8df67
a balanced, vivid green · cool · closest name: khaki
RGB
184, 223, 103
HSL
80°, 65%, 64%
CMYK
18, 0, 54, 13
Luminance
0.6394
Every format
| HEX | #b8df67 |
| RGB | rgb(184, 223, 103) |
| HSL | hsl(80, 65%, 64%) |
| CMYK | cmyk(18%, 0%, 54%, 13%) |
| LAB | lab(83.9 -30.9 53.9) |
| LCH | lch(83.9 62.1 119.9) |
| OKLCH | oklch(0.851 0.154 124.6) |
Copy-ready code
/* CSS */
color: #b8df67;
background-color: #b8df67;
/* Tailwind (arbitrary) */
class="text-[#b8df67] bg-[#b8df67]"
/* SCSS */
$brand: #b8df67;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.404)
/* Android */
Color.parseColor("#b8df67")Accessibility — WCAG contrast
Aa
#b8df67 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8df67 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue40.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow53.8%
Key (black)12.5%
Color previews
#b8df67 text on a black background
contrast 13.79:1
Card sample
#b8df67 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8df67;
Background color
Panel with #b8df67 background
background-color: #b8df67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8df67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8df67; background: linear-gradient(135deg, #b8df67, #68DF67);