#b9fcba
a pale, electric green · cool · closest name: aquamarine
RGB
185, 252, 186
HSL
121°, 92%, 86%
CMYK
27, 0, 26, 1
Luminance
0.8348
Every format
| HEX | #b9fcba |
| RGB | rgb(185, 252, 186) |
| HSL | hsl(121, 92%, 86%) |
| CMYK | cmyk(27%, 0%, 26%, 1%) |
| LAB | lab(93.2 -33.3 25.1) |
| LCH | lch(93.2 41.7 143.0) |
| OKLCH | oklch(0.930 0.111 145.0) |
Copy-ready code
/* CSS */
color: #b9fcba;
background-color: #b9fcba;
/* Tailwind (arbitrary) */
class="text-[#b9fcba] bg-[#b9fcba]"
/* SCSS */
$brand: #b9fcba;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#b9fcba")Accessibility — WCAG contrast
Aa
#b9fcba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcba on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue72.9%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#b9fcba text on a black background
contrast 17.70:1
Card sample
#b9fcba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcba;
Background color
Panel with #b9fcba background
background-color: #b9fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcba; background: linear-gradient(135deg, #b9fcba, #B9FCE7);