#b9ebda
a light, vivid green · cool · closest name: beige
RGB
185, 235, 218
HSL
160°, 56%, 82%
CMYK
21, 0, 7, 8
Luminance
0.7479
Every format
| HEX | #b9ebda |
| RGB | rgb(185, 235, 218) |
| HSL | hsl(160, 56%, 82%) |
| CMYK | cmyk(21%, 0%, 7%, 8%) |
| LAB | lab(89.3 -19.4 3.0) |
| LCH | lch(89.3 19.6 171.2) |
| OKLCH | oklch(0.901 0.056 172.2) |
Copy-ready code
/* CSS */
color: #b9ebda;
background-color: #b9ebda;
/* Tailwind (arbitrary) */
class="text-[#b9ebda] bg-[#b9ebda]"
/* SCSS */
$brand: #b9ebda;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#b9ebda")Accessibility — WCAG contrast
Aa
#b9ebda on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ebda on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue85.5%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#b9ebda text on a black background
contrast 15.96:1
Card sample
#b9ebda text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ebda;
Background color
Panel with #b9ebda background
background-color: #b9ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ebda; background: linear-gradient(135deg, #b9ebda, #B9DBEB);