#bee2ab
a light, vivid green · cool · closest name: beige
RGB
190, 226, 171
HSL
99°, 49%, 78%
CMYK
16, 0, 24, 11
Luminance
0.6828
Every format
| HEX | #bee2ab |
| RGB | rgb(190, 226, 171) |
| HSL | hsl(99, 49%, 78%) |
| CMYK | cmyk(16%, 0%, 24%, 11%) |
| LAB | lab(86.2 -21.7 23.1) |
| LCH | lch(86.2 31.7 133.2) |
| OKLCH | oklch(0.873 0.083 134.9) |
Copy-ready code
/* CSS */
color: #bee2ab;
background-color: #bee2ab;
/* Tailwind (arbitrary) */
class="text-[#bee2ab] bg-[#bee2ab]"
/* SCSS */
$brand: #bee2ab;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#bee2ab")Accessibility — WCAG contrast
Aa
#bee2ab on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2ab on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue67.1%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#bee2ab text on a black background
contrast 14.66:1
Card sample
#bee2ab text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2ab;
Background color
Panel with #bee2ab background
background-color: #bee2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2ab; background: linear-gradient(135deg, #bee2ab, #ABE2BD);