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