#bee729
a balanced, electric green · cool · closest name: yellow
RGB
190, 231, 41
HSL
73°, 80%, 53%
CMYK
18, 0, 82, 9
Luminance
0.6826
Every format
| HEX | #bee729 |
| RGB | rgb(190, 231, 41) |
| HSL | hsl(73, 80%, 53%) |
| CMYK | cmyk(18%, 0%, 82%, 9%) |
| LAB | lab(86.1 -36.0 78.6) |
| LCH | lch(86.1 86.4 114.6) |
| OKLCH | oklch(0.868 0.201 122.1) |
Copy-ready code
/* CSS */
color: #bee729;
background-color: #bee729;
/* Tailwind (arbitrary) */
class="text-[#bee729] bg-[#bee729]"
/* SCSS */
$brand: #bee729;
/* SwiftUI */
Color(red: 0.745, green: 0.906, blue: 0.161)
/* Android */
Color.parseColor("#bee729")Accessibility — WCAG contrast
Aa
#bee729 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee729 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green90.6%
Blue16.1%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow82.3%
Key (black)9.4%
Color previews
#bee729 text on a black background
contrast 14.65:1
Card sample
#bee729 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee729;
Background color
Panel with #bee729 background
background-color: #bee729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 231, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 231, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee729; background: linear-gradient(135deg, #bee729, #3FE729);