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