#beee6a
a light, electric green · cool · closest name: khaki
RGB
190, 238, 106
HSL
82°, 80%, 68%
CMYK
20, 0, 56, 7
Luminance
0.7314
Every format
| HEX | #beee6a |
| RGB | rgb(190, 238, 106) |
| HSL | hsl(82, 80%, 68%) |
| CMYK | cmyk(20%, 0%, 56%, 7%) |
| LAB | lab(88.5 -35.3 57.9) |
| LCH | lch(88.5 67.8 121.4) |
| OKLCH | oklch(0.889 0.168 126.3) |
Copy-ready code
/* CSS */
color: #beee6a;
background-color: #beee6a;
/* Tailwind (arbitrary) */
class="text-[#beee6a] bg-[#beee6a]"
/* SCSS */
$brand: #beee6a;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.416)
/* Android */
Color.parseColor("#beee6a")Accessibility — WCAG contrast
Aa
#beee6a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee6a on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue41.6%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow55.5%
Key (black)6.7%
Color previews
#beee6a text on a black background
contrast 15.63:1
Card sample
#beee6a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee6a;
Background color
Panel with #beee6a background
background-color: #beee6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee6a; background: linear-gradient(135deg, #beee6a, #6AEE6E);