#beee73
a light, electric green · cool · closest name: khaki
RGB
190, 238, 115
HSL
83°, 78%, 69%
CMYK
20, 0, 52, 7
Luminance
0.7333
Every format
| HEX | #beee73 |
| RGB | rgb(190, 238, 115) |
| HSL | hsl(83, 78%, 69%) |
| CMYK | cmyk(20%, 0%, 52%, 7%) |
| LAB | lab(88.6 -34.5 54.0) |
| LCH | lch(88.6 64.0 122.6) |
| OKLCH | oklch(0.890 0.160 127.1) |
Copy-ready code
/* CSS */
color: #beee73;
background-color: #beee73;
/* Tailwind (arbitrary) */
class="text-[#beee73] bg-[#beee73]"
/* SCSS */
$brand: #beee73;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.451)
/* Android */
Color.parseColor("#beee73")Accessibility — WCAG contrast
Aa
#beee73 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee73 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue45.1%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow51.7%
Key (black)6.7%
Color previews
#beee73 text on a black background
contrast 15.67:1
Card sample
#beee73 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee73;
Background color
Panel with #beee73 background
background-color: #beee73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee73; background: linear-gradient(135deg, #beee73, #73EE7A);