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