#b9f2ba
a light, vivid green · cool · closest name: aquamarine
RGB
185, 242, 186
HSL
121°, 69%, 84%
CMYK
24, 0, 23, 5
Luminance
0.7736
Every format
| HEX | #b9f2ba |
| RGB | rgb(185, 242, 186) |
| HSL | hsl(121, 69%, 84%) |
| CMYK | cmyk(24%, 0%, 23%, 5%) |
| LAB | lab(90.5 -28.6 21.3) |
| LCH | lch(90.5 35.7 143.3) |
| OKLCH | oklch(0.908 0.095 145.2) |
Copy-ready code
/* CSS */
color: #b9f2ba;
background-color: #b9f2ba;
/* Tailwind (arbitrary) */
class="text-[#b9f2ba] bg-[#b9f2ba]"
/* SCSS */
$brand: #b9f2ba;
/* SwiftUI */
Color(red: 0.725, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#b9f2ba")Accessibility — WCAG contrast
Aa
#b9f2ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f2ba on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green94.9%
Blue72.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#b9f2ba text on a black background
contrast 16.47:1
Card sample
#b9f2ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f2ba;
Background color
Panel with #b9f2ba background
background-color: #b9f2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f2ba; background: linear-gradient(135deg, #b9f2ba, #B9F2E0);