#b8f7b5
a light, electric green · cool · closest name: aquamarine
RGB
184, 247, 181
HSL
117°, 81%, 84%
CMYK
26, 0, 27, 3
Luminance
0.8005
Every format
| HEX | #b8f7b5 |
| RGB | rgb(184, 247, 181) |
| HSL | hsl(117, 81%, 84%) |
| CMYK | cmyk(26%, 0%, 27%, 3%) |
| LAB | lab(91.7 -32.1 25.5) |
| LCH | lch(91.7 41.0 141.5) |
| OKLCH | oklch(0.917 0.109 143.5) |
Copy-ready code
/* CSS */
color: #b8f7b5;
background-color: #b8f7b5;
/* Tailwind (arbitrary) */
class="text-[#b8f7b5] bg-[#b8f7b5]"
/* SCSS */
$brand: #b8f7b5;
/* SwiftUI */
Color(red: 0.722, green: 0.969, blue: 0.710)
/* Android */
Color.parseColor("#b8f7b5")Accessibility — WCAG contrast
Aa
#b8f7b5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f7b5 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.9%
Blue71.0%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow26.7%
Key (black)3.1%
Color previews
#b8f7b5 text on a black background
contrast 17.01:1
Card sample
#b8f7b5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f7b5;
Background color
Panel with #b8f7b5 background
background-color: #b8f7b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f7b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 247, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 247, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f7b5; background: linear-gradient(135deg, #b8f7b5, #B5F7DE);