#bbf581
a light, electric green · cool · closest name: khaki
RGB
187, 245, 129
HSL
90°, 85%, 73%
CMYK
24, 0, 47, 4
Luminance
0.7745
Every format
| HEX | #bbf581 |
| RGB | rgb(187, 245, 129) |
| HSL | hsl(90, 85%, 73%) |
| CMYK | cmyk(24%, 0%, 47%, 4%) |
| LAB | lab(90.5 -37.3 49.7) |
| LCH | lch(90.5 62.1 126.8) |
| OKLCH | oklch(0.905 0.158 130.8) |
Copy-ready code
/* CSS */
color: #bbf581;
background-color: #bbf581;
/* Tailwind (arbitrary) */
class="text-[#bbf581] bg-[#bbf581]"
/* SCSS */
$brand: #bbf581;
/* SwiftUI */
Color(red: 0.733, green: 0.961, blue: 0.506)
/* Android */
Color.parseColor("#bbf581")Accessibility — WCAG contrast
Aa
#bbf581 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf581 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green96.1%
Blue50.6%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow47.3%
Key (black)3.9%
Color previews
#bbf581 text on a black background
contrast 16.49:1
Card sample
#bbf581 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf581;
Background color
Panel with #bbf581 background
background-color: #bbf581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 245, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 245, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf581; background: linear-gradient(135deg, #bbf581, #81F594);