#bbdf4b
a balanced, vivid green · cool · closest name: khaki
RGB
187, 223, 75
HSL
75°, 70%, 58%
CMYK
16, 0, 66, 13
Luminance
0.6385
Every format
| HEX | #bbdf4b |
| RGB | rgb(187, 223, 75) |
| HSL | hsl(75, 70%, 58%) |
| CMYK | cmyk(16%, 0%, 66%, 13%) |
| LAB | lab(83.9 -31.9 65.7) |
| LCH | lch(83.9 73.1 115.9) |
| OKLCH | oklch(0.850 0.175 122.0) |
Copy-ready code
/* CSS */
color: #bbdf4b;
background-color: #bbdf4b;
/* Tailwind (arbitrary) */
class="text-[#bbdf4b] bg-[#bbdf4b]"
/* SCSS */
$brand: #bbdf4b;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.294)
/* Android */
Color.parseColor("#bbdf4b")Accessibility — WCAG contrast
Aa
#bbdf4b on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf4b on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue29.4%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow66.4%
Key (black)12.5%
Color previews
#bbdf4b text on a black background
contrast 13.77:1
Card sample
#bbdf4b text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf4b;
Background color
Panel with #bbdf4b background
background-color: #bbdf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf4b; background: linear-gradient(135deg, #bbdf4b, #58DF4B);