#bbf310
a balanced, electric green · cool · closest name: yellow
RGB
187, 243, 16
HSL
75°, 90%, 51%
CMYK
23, 0, 93, 5
Luminance
0.7470
Every format
| HEX | #bbf310 |
| RGB | rgb(187, 243, 16) |
| HSL | hsl(75, 90%, 51%) |
| CMYK | cmyk(23%, 0%, 93%, 5%) |
| LAB | lab(89.3 -43.1 85.2) |
| LCH | lch(89.3 95.5 116.8) |
| OKLCH | oklch(0.893 0.222 124.9) |
Copy-ready code
/* CSS */
color: #bbf310;
background-color: #bbf310;
/* Tailwind (arbitrary) */
class="text-[#bbf310] bg-[#bbf310]"
/* SCSS */
$brand: #bbf310;
/* SwiftUI */
Color(red: 0.733, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#bbf310")Accessibility — WCAG contrast
Aa
#bbf310 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf310 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green95.3%
Blue6.3%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow93.4%
Key (black)4.7%
Color previews
#bbf310 text on a black background
contrast 15.94:1
Card sample
#bbf310 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf310;
Background color
Panel with #bbf310 background
background-color: #bbf310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf310; background: linear-gradient(135deg, #bbf310, #24F310);