#b4eeba
a light, vivid green · cool · closest name: aquamarine
RGB
180, 238, 186
HSL
126°, 63%, 82%
CMYK
24, 0, 22, 7
Luminance
0.7440
Every format
| HEX | #b4eeba |
| RGB | rgb(180, 238, 186) |
| HSL | hsl(126, 63%, 82%) |
| CMYK | cmyk(24%, 0%, 22%, 7%) |
| LAB | lab(89.1 -28.3 19.3) |
| LCH | lch(89.1 34.3 145.7) |
| OKLCH | oklch(0.896 0.092 147.5) |
Copy-ready code
/* CSS */
color: #b4eeba;
background-color: #b4eeba;
/* Tailwind (arbitrary) */
class="text-[#b4eeba] bg-[#b4eeba]"
/* SCSS */
$brand: #b4eeba;
/* SwiftUI */
Color(red: 0.706, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#b4eeba")Accessibility — WCAG contrast
Aa
#b4eeba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eeba on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green93.3%
Blue72.9%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#b4eeba text on a black background
contrast 15.88:1
Card sample
#b4eeba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eeba;
Background color
Panel with #b4eeba background
background-color: #b4eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eeba; background: linear-gradient(135deg, #b4eeba, #B4EEE1);