#b8fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
184, 251, 201
HSL
135°, 89%, 85%
CMYK
27, 0, 20, 2
Luminance
0.8340
Every format
| HEX | #b8fbc9 |
| RGB | rgb(184, 251, 201) |
| HSL | hsl(135, 89%, 85%) |
| CMYK | cmyk(27%, 0%, 20%, 2%) |
| LAB | lab(93.2 -30.6 17.4) |
| LCH | lch(93.2 35.2 150.4) |
| OKLCH | oklch(0.930 0.095 152.1) |
Copy-ready code
/* CSS */
color: #b8fbc9;
background-color: #b8fbc9;
/* Tailwind (arbitrary) */
class="text-[#b8fbc9] bg-[#b8fbc9]"
/* SCSS */
$brand: #b8fbc9;
/* SwiftUI */
Color(red: 0.722, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#b8fbc9")Accessibility — WCAG contrast
Aa
#b8fbc9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fbc9 on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#b8fbc9 text on a black background
contrast 17.68:1
Card sample
#b8fbc9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fbc9;
Background color
Panel with #b8fbc9 background
background-color: #b8fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fbc9; background: linear-gradient(135deg, #b8fbc9, #B8FBF6);