#b1dfbc
a light, soft green · cool · closest name: beige
RGB
177, 223, 188
HSL
134°, 42%, 78%
CMYK
21, 0, 16, 13
Luminance
0.6575
Every format
| HEX | #b1dfbc |
| RGB | rgb(177, 223, 188) |
| HSL | hsl(134, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 16%, 13%) |
| LAB | lab(84.9 -21.7 12.3) |
| LCH | lch(84.9 25.0 150.4) |
| OKLCH | oklch(0.862 0.068 152.1) |
Copy-ready code
/* CSS */
color: #b1dfbc;
background-color: #b1dfbc;
/* Tailwind (arbitrary) */
class="text-[#b1dfbc] bg-[#b1dfbc]"
/* SCSS */
$brand: #b1dfbc;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#b1dfbc")Accessibility — WCAG contrast
Aa
#b1dfbc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dfbc on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue73.7%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#b1dfbc text on a black background
contrast 14.15:1
Card sample
#b1dfbc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dfbc;
Background color
Panel with #b1dfbc background
background-color: #b1dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dfbc; background: linear-gradient(135deg, #b1dfbc, #B1DFDB);