#beeeaa
a light, vivid green · cool · closest name: khaki
RGB
190, 238, 170
HSL
102°, 67%, 80%
CMYK
20, 0, 29, 7
Luminance
0.7500
Every format
| HEX | #beeeaa |
| RGB | rgb(190, 238, 170) |
| HSL | hsl(102, 67%, 80%) |
| CMYK | cmyk(20%, 0%, 29%, 7%) |
| LAB | lab(89.4 -27.6 28.0) |
| LCH | lch(89.4 39.3 134.5) |
| OKLCH | oklch(0.899 0.103 136.7) |
Copy-ready code
/* CSS */
color: #beeeaa;
background-color: #beeeaa;
/* Tailwind (arbitrary) */
class="text-[#beeeaa] bg-[#beeeaa]"
/* SCSS */
$brand: #beeeaa;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#beeeaa")Accessibility — WCAG contrast
Aa
#beeeaa on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeeaa on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue66.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#beeeaa text on a black background
contrast 16.00:1
Card sample
#beeeaa text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeeaa;
Background color
Panel with #beeeaa background
background-color: #beeeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeeaa; background: linear-gradient(135deg, #beeeaa, #AAEEC3);