#bbeeaa
a light, vivid green · cool · closest name: aquamarine
RGB
187, 238, 170
HSL
105°, 67%, 80%
CMYK
21, 0, 29, 7
Luminance
0.7462
Every format
| HEX | #bbeeaa |
| RGB | rgb(187, 238, 170) |
| HSL | hsl(105, 67%, 80%) |
| CMYK | cmyk(21%, 0%, 29%, 7%) |
| LAB | lab(89.2 -28.6 27.8) |
| LCH | lch(89.2 39.9 135.9) |
| OKLCH | oklch(0.897 0.105 138.0) |
Copy-ready code
/* CSS */
color: #bbeeaa;
background-color: #bbeeaa;
/* Tailwind (arbitrary) */
class="text-[#bbeeaa] bg-[#bbeeaa]"
/* SCSS */
$brand: #bbeeaa;
/* SwiftUI */
Color(red: 0.733, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#bbeeaa")Accessibility — WCAG contrast
Aa
#bbeeaa on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbeeaa on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.3%
Blue66.7%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#bbeeaa text on a black background
contrast 15.92:1
Card sample
#bbeeaa text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbeeaa;
Background color
Panel with #bbeeaa background
background-color: #bbeeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbeeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbeeaa; background: linear-gradient(135deg, #bbeeaa, #AAEEC6);