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