#bee621
a balanced, electric green · cool · closest name: yellow
RGB
190, 230, 33
HSL
72°, 80%, 52%
CMYK
17, 0, 86, 10
Luminance
0.6765
Every format
| HEX | #bee621 |
| RGB | rgb(190, 230, 33) |
| HSL | hsl(72, 80%, 52%) |
| CMYK | cmyk(17%, 0%, 86%, 10%) |
| LAB | lab(85.8 -35.8 80.0) |
| LCH | lch(85.8 87.7 114.1) |
| OKLCH | oklch(0.866 0.203 121.8) |
Copy-ready code
/* CSS */
color: #bee621;
background-color: #bee621;
/* Tailwind (arbitrary) */
class="text-[#bee621] bg-[#bee621]"
/* SCSS */
$brand: #bee621;
/* SwiftUI */
Color(red: 0.745, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#bee621")Accessibility — WCAG contrast
Aa
#bee621 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee621 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#bee621 text on a black background
contrast 14.53:1
Card sample
#bee621 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee621;
Background color
Panel with #bee621 background
background-color: #bee621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee621; background: linear-gradient(135deg, #bee621, #3BE621);