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