#bbed21
a balanced, electric green · cool · closest name: yellow
RGB
187, 237, 33
HSL
75°, 85%, 53%
CMYK
21, 0, 86, 7
Luminance
0.7124
Every format
| HEX | #bbed21 |
| RGB | rgb(187, 237, 33) |
| HSL | hsl(75, 85%, 53%) |
| CMYK | cmyk(21%, 0%, 86%, 7%) |
| LAB | lab(87.6 -40.1 81.4) |
| LCH | lch(87.6 90.8 116.2) |
| OKLCH | oklch(0.880 0.212 124.0) |
Copy-ready code
/* CSS */
color: #bbed21;
background-color: #bbed21;
/* Tailwind (arbitrary) */
class="text-[#bbed21] bg-[#bbed21]"
/* SCSS */
$brand: #bbed21;
/* SwiftUI */
Color(red: 0.733, green: 0.929, blue: 0.129)
/* Android */
Color.parseColor("#bbed21")Accessibility — WCAG contrast
Aa
#bbed21 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbed21 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green92.9%
Blue12.9%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow86.1%
Key (black)7.1%
Color previews
#bbed21 text on a black background
contrast 15.25:1
Card sample
#bbed21 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbed21;
Background color
Panel with #bbed21 background
background-color: #bbed21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbed21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 237, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 237, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbed21; background: linear-gradient(135deg, #bbed21, #33ED21);