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