#b7dfb1
a light, soft green · cool · closest name: beige
RGB
183, 223, 177
HSL
112°, 42%, 78%
CMYK
18, 0, 21, 13
Luminance
0.6602
Every format
| HEX | #b7dfb1 |
| RGB | rgb(183, 223, 177) |
| HSL | hsl(112, 42%, 78%) |
| CMYK | cmyk(18%, 0%, 21%, 13%) |
| LAB | lab(85.0 -21.6 18.3) |
| LCH | lch(85.0 28.4 139.7) |
| OKLCH | oklch(0.863 0.075 141.4) |
Copy-ready code
/* CSS */
color: #b7dfb1;
background-color: #b7dfb1;
/* Tailwind (arbitrary) */
class="text-[#b7dfb1] bg-[#b7dfb1]"
/* SCSS */
$brand: #b7dfb1;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#b7dfb1")Accessibility — WCAG contrast
Aa
#b7dfb1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfb1 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue69.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#b7dfb1 text on a black background
contrast 14.20:1
Card sample
#b7dfb1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfb1;
Background color
Panel with #b7dfb1 background
background-color: #b7dfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfb1; background: linear-gradient(135deg, #b7dfb1, #B1DFCA);