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