#b8fab8
a pale, electric green · cool · closest name: aquamarine
RGB
184, 250, 184
HSL
120°, 87%, 85%
CMYK
26, 0, 26, 2
Luminance
0.8202
Every format
| HEX | #b8fab8 |
| RGB | rgb(184, 250, 184) |
| HSL | hsl(120, 87%, 85%) |
| CMYK | cmyk(26%, 0%, 26%, 2%) |
| LAB | lab(92.6 -33.0 25.2) |
| LCH | lch(92.6 41.5 142.6) |
| OKLCH | oklch(0.924 0.111 144.6) |
Copy-ready code
/* CSS */
color: #b8fab8;
background-color: #b8fab8;
/* Tailwind (arbitrary) */
class="text-[#b8fab8] bg-[#b8fab8]"
/* SCSS */
$brand: #b8fab8;
/* SwiftUI */
Color(red: 0.722, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#b8fab8")Accessibility — WCAG contrast
Aa
#b8fab8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fab8 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.0%
Blue72.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#b8fab8 text on a black background
contrast 17.40:1
Card sample
#b8fab8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fab8;
Background color
Panel with #b8fab8 background
background-color: #b8fab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fab8; background: linear-gradient(135deg, #b8fab8, #B8FAE4);