#b9dfbf
a light, soft green · cool · closest name: beige
RGB
185, 223, 191
HSL
130°, 37%, 80%
CMYK
17, 0, 14, 13
Luminance
0.6685
Every format
| HEX | #b9dfbf |
| RGB | rgb(185, 223, 191) |
| HSL | hsl(130, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 14%, 13%) |
| LAB | lab(85.4 -18.5 11.6) |
| LCH | lch(85.4 21.9 148.0) |
| OKLCH | oklch(0.868 0.059 149.6) |
Copy-ready code
/* CSS */
color: #b9dfbf;
background-color: #b9dfbf;
/* Tailwind (arbitrary) */
class="text-[#b9dfbf] bg-[#b9dfbf]"
/* SCSS */
$brand: #b9dfbf;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#b9dfbf")Accessibility — WCAG contrast
Aa
#b9dfbf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfbf on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue74.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#b9dfbf text on a black background
contrast 14.37:1
Card sample
#b9dfbf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfbf;
Background color
Panel with #b9dfbf background
background-color: #b9dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfbf; background: linear-gradient(135deg, #b9dfbf, #B9DFD8);