#beee89
a light, vivid green · cool · closest name: khaki
RGB
190, 238, 137
HSL
89°, 75%, 74%
CMYK
20, 0, 42, 7
Luminance
0.7390
Every format
| HEX | #beee89 |
| RGB | rgb(190, 238, 137) |
| HSL | hsl(89, 75%, 74%) |
| CMYK | cmyk(20%, 0%, 42%, 7%) |
| LAB | lab(88.9 -32.1 43.9) |
| LCH | lch(88.9 54.4 126.2) |
| OKLCH | oklch(0.893 0.139 129.6) |
Copy-ready code
/* CSS */
color: #beee89;
background-color: #beee89;
/* Tailwind (arbitrary) */
class="text-[#beee89] bg-[#beee89]"
/* SCSS */
$brand: #beee89;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.537)
/* Android */
Color.parseColor("#beee89")Accessibility — WCAG contrast
Aa
#beee89 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee89 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue53.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow42.4%
Key (black)6.7%
Color previews
#beee89 text on a black background
contrast 15.78:1
Card sample
#beee89 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee89;
Background color
Panel with #beee89 background
background-color: #beee89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee89; background: linear-gradient(135deg, #beee89, #89EE97);