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