#bbe621
a balanced, electric green · cool · closest name: yellow
RGB
187, 230, 33
HSL
73°, 80%, 52%
CMYK
19, 0, 86, 10
Luminance
0.6727
Every format
| HEX | #bbe621 |
| RGB | rgb(187, 230, 33) |
| HSL | hsl(73, 80%, 52%) |
| CMYK | cmyk(19%, 0%, 86%, 10%) |
| LAB | lab(85.6 -37.0 79.8) |
| LCH | lch(85.6 87.9 114.9) |
| OKLCH | oklch(0.864 0.204 122.5) |
Copy-ready code
/* CSS */
color: #bbe621;
background-color: #bbe621;
/* Tailwind (arbitrary) */
class="text-[#bbe621] bg-[#bbe621]"
/* SCSS */
$brand: #bbe621;
/* SwiftUI */
Color(red: 0.733, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#bbe621")Accessibility — WCAG contrast
Aa
#bbe621 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe621 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green90.2%
Blue12.9%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#bbe621 text on a black background
contrast 14.45:1
Card sample
#bbe621 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe621;
Background color
Panel with #bbe621 background
background-color: #bbe621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe621; background: linear-gradient(135deg, #bbe621, #38E621);