#bbee88
a light, electric green · cool · closest name: khaki
RGB
187, 238, 136
HSL
90°, 75%, 73%
CMYK
21, 0, 43, 7
Luminance
0.7349
Every format
| HEX | #bbee88 |
| RGB | rgb(187, 238, 136) |
| HSL | hsl(90, 75%, 73%) |
| CMYK | cmyk(21%, 0%, 43%, 7%) |
| LAB | lab(88.7 -33.3 44.1) |
| LCH | lch(88.7 55.2 127.1) |
| OKLCH | oklch(0.891 0.141 130.5) |
Copy-ready code
/* CSS */
color: #bbee88;
background-color: #bbee88;
/* Tailwind (arbitrary) */
class="text-[#bbee88] bg-[#bbee88]"
/* SCSS */
$brand: #bbee88;
/* SwiftUI */
Color(red: 0.733, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#bbee88")Accessibility — WCAG contrast
Aa
#bbee88 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbee88 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.3%
Blue53.3%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow42.9%
Key (black)6.7%
Color previews
#bbee88 text on a black background
contrast 15.70:1
Card sample
#bbee88 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbee88;
Background color
Panel with #bbee88 background
background-color: #bbee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbee88; background: linear-gradient(135deg, #bbee88, #88EE99);