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