#beee62
a light, electric green · cool · closest name: khaki
RGB
190, 238, 98
HSL
81°, 81%, 66%
CMYK
20, 0, 59, 7
Luminance
0.7298
Every format
| HEX | #beee62 |
| RGB | rgb(190, 238, 98) |
| HSL | hsl(81, 81%, 66%) |
| CMYK | cmyk(20%, 0%, 59%, 7%) |
| LAB | lab(88.4 -36.0 61.3) |
| LCH | lch(88.4 71.1 120.4) |
| OKLCH | oklch(0.888 0.175 125.7) |
Copy-ready code
/* CSS */
color: #beee62;
background-color: #beee62;
/* Tailwind (arbitrary) */
class="text-[#beee62] bg-[#beee62]"
/* SCSS */
$brand: #beee62;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.384)
/* Android */
Color.parseColor("#beee62")Accessibility — WCAG contrast
Aa
#beee62 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee62 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue38.4%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow58.8%
Key (black)6.7%
Color previews
#beee62 text on a black background
contrast 15.60:1
Card sample
#beee62 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee62;
Background color
Panel with #beee62 background
background-color: #beee62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee62; background: linear-gradient(135deg, #beee62, #62EE63);