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