#b9ebac
a light, vivid green · cool · closest name: aquamarine
RGB
185, 235, 172
HSL
108°, 61%, 80%
CMYK
21, 0, 27, 8
Luminance
0.7271
Every format
| HEX | #b9ebac |
| RGB | rgb(185, 235, 172) |
| HSL | hsl(108, 61%, 80%) |
| CMYK | cmyk(21%, 0%, 27%, 8%) |
| LAB | lab(88.3 -27.6 25.5) |
| LCH | lch(88.3 37.5 137.2) |
| OKLCH | oklch(0.889 0.099 139.3) |
Copy-ready code
/* CSS */
color: #b9ebac;
background-color: #b9ebac;
/* Tailwind (arbitrary) */
class="text-[#b9ebac] bg-[#b9ebac]"
/* SCSS */
$brand: #b9ebac;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#b9ebac")Accessibility — WCAG contrast
Aa
#b9ebac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ebac on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue67.5%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#b9ebac text on a black background
contrast 15.54:1
Card sample
#b9ebac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ebac;
Background color
Panel with #b9ebac background
background-color: #b9ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ebac; background: linear-gradient(135deg, #b9ebac, #ACEBC9);