#b8f8aa
a light, electric green · cool · closest name: aquamarine
RGB
184, 248, 170
HSL
109°, 85%, 82%
CMYK
26, 0, 32, 3
Luminance
0.8023
Every format
| HEX | #b8f8aa |
| RGB | rgb(184, 248, 170) |
| HSL | hsl(109, 85%, 82%) |
| CMYK | cmyk(26%, 0%, 32%, 3%) |
| LAB | lab(91.8 -34.3 31.2) |
| LCH | lch(91.8 46.4 137.7) |
| OKLCH | oklch(0.917 0.122 140.0) |
Copy-ready code
/* CSS */
color: #b8f8aa;
background-color: #b8f8aa;
/* Tailwind (arbitrary) */
class="text-[#b8f8aa] bg-[#b8f8aa]"
/* SCSS */
$brand: #b8f8aa;
/* SwiftUI */
Color(red: 0.722, green: 0.973, blue: 0.667)
/* Android */
Color.parseColor("#b8f8aa")Accessibility — WCAG contrast
Aa
#b8f8aa on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f8aa on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green97.3%
Blue66.7%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow31.5%
Key (black)2.7%
Color previews
#b8f8aa text on a black background
contrast 17.05:1
Card sample
#b8f8aa text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f8aa;
Background color
Panel with #b8f8aa background
background-color: #b8f8aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f8aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 248, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 248, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f8aa; background: linear-gradient(135deg, #b8f8aa, #AAF8D0);