#bbdf4f
a balanced, vivid green · cool · closest name: khaki
RGB
187, 223, 79
HSL
75°, 69%, 59%
CMYK
16, 0, 65, 13
Luminance
0.6390
Every format
| HEX | #bbdf4f |
| RGB | rgb(187, 223, 79) |
| HSL | hsl(75, 69%, 59%) |
| CMYK | cmyk(16%, 0%, 65%, 13%) |
| LAB | lab(83.9 -31.7 64.2) |
| LCH | lch(83.9 71.6 116.3) |
| OKLCH | oklch(0.851 0.172 122.2) |
Copy-ready code
/* CSS */
color: #bbdf4f;
background-color: #bbdf4f;
/* Tailwind (arbitrary) */
class="text-[#bbdf4f] bg-[#bbdf4f]"
/* SCSS */
$brand: #bbdf4f;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.310)
/* Android */
Color.parseColor("#bbdf4f")Accessibility — WCAG contrast
Aa
#bbdf4f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf4f on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue31.0%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow64.6%
Key (black)12.5%
Color previews
#bbdf4f text on a black background
contrast 13.78:1
Card sample
#bbdf4f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf4f;
Background color
Panel with #bbdf4f background
background-color: #bbdf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf4f; background: linear-gradient(135deg, #bbdf4f, #5BDF4F);