#b7d6ad
a light, soft green · cool · closest name: beige
RGB
183, 214, 173
HSL
105°, 33%, 76%
CMYK
15, 0, 19, 16
Luminance
0.6118
Every format
| HEX | #b7d6ad |
| RGB | rgb(183, 214, 173) |
| HSL | hsl(105, 33%, 76%) |
| CMYK | cmyk(15%, 0%, 19%, 16%) |
| LAB | lab(82.5 -17.9 16.9) |
| LCH | lch(82.5 24.6 136.6) |
| OKLCH | oklch(0.843 0.065 138.1) |
Copy-ready code
/* CSS */
color: #b7d6ad;
background-color: #b7d6ad;
/* Tailwind (arbitrary) */
class="text-[#b7d6ad] bg-[#b7d6ad]"
/* SCSS */
$brand: #b7d6ad;
/* SwiftUI */
Color(red: 0.718, green: 0.839, blue: 0.678)
/* Android */
Color.parseColor("#b7d6ad")Accessibility — WCAG contrast
Aa
#b7d6ad on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7d6ad on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green83.9%
Blue67.8%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow19.2%
Key (black)16.1%
Color previews
#b7d6ad text on a black background
contrast 13.24:1
Card sample
#b7d6ad text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7d6ad;
Background color
Panel with #b7d6ad background
background-color: #b7d6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7d6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 214, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 214, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7d6ad; background: linear-gradient(135deg, #b7d6ad, #ADD6BE);