#b9fbaf
a light, electric green · cool · closest name: aquamarine
RGB
185, 251, 175
HSL
112°, 91%, 84%
CMYK
26, 0, 30, 2
Luminance
0.8240
Every format
| HEX | #b9fbaf |
| RGB | rgb(185, 251, 175) |
| HSL | hsl(112, 91%, 84%) |
| CMYK | cmyk(26%, 0%, 30%, 2%) |
| LAB | lab(92.8 -34.6 30.0) |
| LCH | lch(92.8 45.8 139.0) |
| OKLCH | oklch(0.925 0.121 141.3) |
Copy-ready code
/* CSS */
color: #b9fbaf;
background-color: #b9fbaf;
/* Tailwind (arbitrary) */
class="text-[#b9fbaf] bg-[#b9fbaf]"
/* SCSS */
$brand: #b9fbaf;
/* SwiftUI */
Color(red: 0.725, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#b9fbaf")Accessibility — WCAG contrast
Aa
#b9fbaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fbaf on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#b9fbaf text on a black background
contrast 17.48:1
Card sample
#b9fbaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fbaf;
Background color
Panel with #b9fbaf background
background-color: #b9fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fbaf; background: linear-gradient(135deg, #b9fbaf, #AFFBD8);