#beee83
a light, electric green · cool · closest name: khaki
RGB
190, 238, 131
HSL
87°, 76%, 72%
CMYK
20, 0, 45, 7
Luminance
0.7373
Every format
| HEX | #beee83 |
| RGB | rgb(190, 238, 131) |
| HSL | hsl(87, 76%, 72%) |
| CMYK | cmyk(20%, 0%, 45%, 7%) |
| LAB | lab(88.8 -32.8 46.7) |
| LCH | lch(88.8 57.0 125.1) |
| OKLCH | oklch(0.892 0.145 128.8) |
Copy-ready code
/* CSS */
color: #beee83;
background-color: #beee83;
/* Tailwind (arbitrary) */
class="text-[#beee83] bg-[#beee83]"
/* SCSS */
$brand: #beee83;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.514)
/* Android */
Color.parseColor("#beee83")Accessibility — WCAG contrast
Aa
#beee83 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee83 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue51.4%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow45.0%
Key (black)6.7%
Color previews
#beee83 text on a black background
contrast 15.75:1
Card sample
#beee83 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee83;
Background color
Panel with #beee83 background
background-color: #beee83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee83; background: linear-gradient(135deg, #beee83, #83EE8F);