#b4df69
a balanced, vivid green · cool · closest name: khaki
RGB
180, 223, 105
HSL
82°, 65%, 64%
CMYK
19, 0, 53, 13
Luminance
0.6350
Every format
| HEX | #b4df69 |
| RGB | rgb(180, 223, 105) |
| HSL | hsl(82, 65%, 64%) |
| CMYK | cmyk(19%, 0%, 53%, 13%) |
| LAB | lab(83.7 -32.3 52.6) |
| LCH | lch(83.7 61.7 121.5) |
| OKLCH | oklch(0.848 0.154 126.1) |
Copy-ready code
/* CSS */
color: #b4df69;
background-color: #b4df69;
/* Tailwind (arbitrary) */
class="text-[#b4df69] bg-[#b4df69]"
/* SCSS */
$brand: #b4df69;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.412)
/* Android */
Color.parseColor("#b4df69")Accessibility — WCAG contrast
Aa
#b4df69 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4df69 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue41.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow52.9%
Key (black)12.5%
Color previews
#b4df69 text on a black background
contrast 13.70:1
Card sample
#b4df69 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4df69;
Background color
Panel with #b4df69 background
background-color: #b4df69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4df69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4df69; background: linear-gradient(135deg, #b4df69, #69DF6D);