#bbe310
a balanced, electric green · cool · closest name: yellow
RGB
187, 227, 16
HSL
71°, 87%, 48%
CMYK
18, 0, 93, 11
Luminance
0.6554
Every format
| HEX | #bbe310 |
| RGB | rgb(187, 227, 16) |
| HSL | hsl(71, 87%, 48%) |
| CMYK | cmyk(18%, 0%, 93%, 11%) |
| LAB | lab(84.8 -36.0 81.7) |
| LCH | lch(84.8 89.3 113.8) |
| OKLCH | oklch(0.856 0.205 121.7) |
Copy-ready code
/* CSS */
color: #bbe310;
background-color: #bbe310;
/* Tailwind (arbitrary) */
class="text-[#bbe310] bg-[#bbe310]"
/* SCSS */
$brand: #bbe310;
/* SwiftUI */
Color(red: 0.733, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#bbe310")Accessibility — WCAG contrast
Aa
#bbe310 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe310 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.0%
Blue6.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#bbe310 text on a black background
contrast 14.11:1
Card sample
#bbe310 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe310;
Background color
Panel with #bbe310 background
background-color: #bbe310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe310; background: linear-gradient(135deg, #bbe310, #2EE310);