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