#bee521
a balanced, electric green · cool · closest name: yellow
RGB
190, 229, 33
HSL
72°, 79%, 51%
CMYK
17, 0, 86, 10
Luminance
0.6710
Every format
| HEX | #bee521 |
| RGB | rgb(190, 229, 33) |
| HSL | hsl(72, 79%, 51%) |
| CMYK | cmyk(17%, 0%, 86%, 10%) |
| LAB | lab(85.5 -35.4 79.8) |
| LCH | lch(85.5 87.3 113.9) |
| OKLCH | oklch(0.864 0.202 121.5) |
Copy-ready code
/* CSS */
color: #bee521;
background-color: #bee521;
/* Tailwind (arbitrary) */
class="text-[#bee521] bg-[#bee521]"
/* SCSS */
$brand: #bee521;
/* SwiftUI */
Color(red: 0.745, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#bee521")Accessibility — WCAG contrast
Aa
#bee521 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee521 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.8%
Blue12.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#bee521 text on a black background
contrast 14.42:1
Card sample
#bee521 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee521;
Background color
Panel with #bee521 background
background-color: #bee521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee521; background: linear-gradient(135deg, #bee521, #3CE521);