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