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