#beee70
a light, electric green · cool · closest name: khaki
RGB
190, 238, 112
HSL
83°, 79%, 69%
CMYK
20, 0, 53, 7
Luminance
0.7327
Every format
| HEX | #beee70 |
| RGB | rgb(190, 238, 112) |
| HSL | hsl(83, 79%, 69%) |
| CMYK | cmyk(20%, 0%, 53%, 7%) |
| LAB | lab(88.6 -34.8 55.3) |
| LCH | lch(88.6 65.3 122.2) |
| OKLCH | oklch(0.889 0.163 126.8) |
Copy-ready code
/* CSS */
color: #beee70;
background-color: #beee70;
/* Tailwind (arbitrary) */
class="text-[#beee70] bg-[#beee70]"
/* SCSS */
$brand: #beee70;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.439)
/* Android */
Color.parseColor("#beee70")Accessibility — WCAG contrast
Aa
#beee70 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee70 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue43.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow52.9%
Key (black)6.7%
Color previews
#beee70 text on a black background
contrast 15.65:1
Card sample
#beee70 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee70;
Background color
Panel with #beee70 background
background-color: #beee70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee70; background: linear-gradient(135deg, #beee70, #70EE76);