#b7dfbd
a light, soft green · cool · closest name: beige
RGB
183, 223, 189
HSL
129°, 39%, 80%
CMYK
18, 0, 15, 13
Luminance
0.6652
Every format
| HEX | #b7dfbd |
| RGB | rgb(183, 223, 189) |
| HSL | hsl(129, 39%, 80%) |
| CMYK | cmyk(18%, 0%, 15%, 13%) |
| LAB | lab(85.3 -19.6 12.4) |
| LCH | lch(85.3 23.1 147.6) |
| OKLCH | oklch(0.866 0.063 149.3) |
Copy-ready code
/* CSS */
color: #b7dfbd;
background-color: #b7dfbd;
/* Tailwind (arbitrary) */
class="text-[#b7dfbd] bg-[#b7dfbd]"
/* SCSS */
$brand: #b7dfbd;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#b7dfbd")Accessibility — WCAG contrast
Aa
#b7dfbd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfbd on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue74.1%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow15.2%
Key (black)12.5%
Color previews
#b7dfbd text on a black background
contrast 14.30:1
Card sample
#b7dfbd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfbd;
Background color
Panel with #b7dfbd background
background-color: #b7dfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfbd; background: linear-gradient(135deg, #b7dfbd, #B7DFD8);