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