#bbe430
a balanced, electric green · cool · closest name: yellow
RGB
187, 228, 48
HSL
74°, 77%, 54%
CMYK
18, 0, 79, 11
Luminance
0.6627
Every format
| HEX | #bbe430 |
| RGB | rgb(187, 228, 48) |
| HSL | hsl(74, 77%, 54%) |
| CMYK | cmyk(18%, 0%, 79%, 11%) |
| LAB | lab(85.1 -35.6 75.8) |
| LCH | lch(85.1 83.8 115.2) |
| OKLCH | oklch(0.860 0.196 122.4) |
Copy-ready code
/* CSS */
color: #bbe430;
background-color: #bbe430;
/* Tailwind (arbitrary) */
class="text-[#bbe430] bg-[#bbe430]"
/* SCSS */
$brand: #bbe430;
/* SwiftUI */
Color(red: 0.733, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#bbe430")Accessibility — WCAG contrast
Aa
#bbe430 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe430 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.4%
Blue18.8%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#bbe430 text on a black background
contrast 14.25:1
Card sample
#bbe430 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe430;
Background color
Panel with #bbe430 background
background-color: #bbe430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe430; background: linear-gradient(135deg, #bbe430, #43E430);