#bee295
a light, vivid green · cool · closest name: khaki
RGB
190, 226, 149
HSL
88°, 57%, 74%
CMYK
16, 0, 34, 11
Luminance
0.6751
Every format
| HEX | #bee295 |
| RGB | rgb(190, 226, 149) |
| HSL | hsl(88, 57%, 74%) |
| CMYK | cmyk(16%, 0%, 34%, 11%) |
| LAB | lab(85.8 -24.9 33.9) |
| LCH | lch(85.8 42.0 126.3) |
| OKLCH | oklch(0.869 0.108 128.8) |
Copy-ready code
/* CSS */
color: #bee295;
background-color: #bee295;
/* Tailwind (arbitrary) */
class="text-[#bee295] bg-[#bee295]"
/* SCSS */
$brand: #bee295;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#bee295")Accessibility — WCAG contrast
Aa
#bee295 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee295 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue58.4%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#bee295 text on a black background
contrast 14.50:1
Card sample
#bee295 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee295;
Background color
Panel with #bee295 background
background-color: #bee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee295; background: linear-gradient(135deg, #bee295, #95E29F);