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