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