#beee97
a light, vivid green · cool · closest name: khaki
RGB
190, 238, 151
HSL
93°, 72%, 76%
CMYK
20, 0, 37, 7
Luminance
0.7433
Every format
| HEX | #beee97 |
| RGB | rgb(190, 238, 151) |
| HSL | hsl(93, 72%, 76%) |
| CMYK | cmyk(20%, 0%, 37%, 7%) |
| LAB | lab(89.1 -30.3 37.2) |
| LCH | lch(89.1 48.0 129.1) |
| OKLCH | oklch(0.895 0.124 132.0) |
Copy-ready code
/* CSS */
color: #beee97;
background-color: #beee97;
/* Tailwind (arbitrary) */
class="text-[#beee97] bg-[#beee97]"
/* SCSS */
$brand: #beee97;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.592)
/* Android */
Color.parseColor("#beee97")Accessibility — WCAG contrast
Aa
#beee97 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee97 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue59.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow36.6%
Key (black)6.7%
Color previews
#beee97 text on a black background
contrast 15.87:1
Card sample
#beee97 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee97;
Background color
Panel with #beee97 background
background-color: #beee97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee97; background: linear-gradient(135deg, #beee97, #97EEAA);