#b7fbaf
a light, electric green · cool · closest name: aquamarine
RGB
183, 251, 175
HSL
114°, 91%, 84%
CMYK
27, 0, 30, 2
Luminance
0.8216
Every format
| HEX | #b7fbaf |
| RGB | rgb(183, 251, 175) |
| HSL | hsl(114, 91%, 84%) |
| CMYK | cmyk(27%, 0%, 30%, 2%) |
| LAB | lab(92.6 -35.2 29.8) |
| LCH | lch(92.6 46.1 139.7) |
| OKLCH | oklch(0.924 0.122 142.0) |
Copy-ready code
/* CSS */
color: #b7fbaf;
background-color: #b7fbaf;
/* Tailwind (arbitrary) */
class="text-[#b7fbaf] bg-[#b7fbaf]"
/* SCSS */
$brand: #b7fbaf;
/* SwiftUI */
Color(red: 0.718, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#b7fbaf")Accessibility — WCAG contrast
Aa
#b7fbaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fbaf on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.4%
Blue68.6%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#b7fbaf text on a black background
contrast 17.43:1
Card sample
#b7fbaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fbaf;
Background color
Panel with #b7fbaf background
background-color: #b7fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fbaf; background: linear-gradient(135deg, #b7fbaf, #AFFBDA);