#bbdf0b
a balanced, electric green · cool · closest name: yellow
RGB
187, 223, 11
HSL
70°, 91%, 46%
CMYK
16, 0, 95, 13
Luminance
0.6336
Every format
| HEX | #bbdf0b |
| RGB | rgb(187, 223, 11) |
| HSL | hsl(70, 91%, 46%) |
| CMYK | cmyk(16%, 0%, 95%, 13%) |
| LAB | lab(83.6 -34.2 81.3) |
| LCH | lch(83.6 88.2 112.8) |
| OKLCH | oklch(0.847 0.201 120.8) |
Copy-ready code
/* CSS */
color: #bbdf0b;
background-color: #bbdf0b;
/* Tailwind (arbitrary) */
class="text-[#bbdf0b] bg-[#bbdf0b]"
/* SCSS */
$brand: #bbdf0b;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.043)
/* Android */
Color.parseColor("#bbdf0b")Accessibility — WCAG contrast
Aa
#bbdf0b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf0b on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue4.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow95.1%
Key (black)12.5%
Color previews
#bbdf0b text on a black background
contrast 13.67:1
Card sample
#bbdf0b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf0b;
Background color
Panel with #bbdf0b background
background-color: #bbdf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf0b; background: linear-gradient(135deg, #bbdf0b, #2EDF0B);