#b5dfbf
a light, soft green · cool · closest name: beige
RGB
181, 223, 191
HSL
134°, 40%, 79%
CMYK
19, 0, 14, 13
Luminance
0.6636
Every format
| HEX | #b5dfbf |
| RGB | rgb(181, 223, 191) |
| HSL | hsl(134, 40%, 79%) |
| CMYK | cmyk(19%, 0%, 14%, 13%) |
| LAB | lab(85.2 -19.9 11.2) |
| LCH | lch(85.2 22.8 150.5) |
| OKLCH | oklch(0.865 0.062 152.2) |
Copy-ready code
/* CSS */
color: #b5dfbf;
background-color: #b5dfbf;
/* Tailwind (arbitrary) */
class="text-[#b5dfbf] bg-[#b5dfbf]"
/* SCSS */
$brand: #b5dfbf;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#b5dfbf")Accessibility — WCAG contrast
Aa
#b5dfbf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfbf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue74.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#b5dfbf text on a black background
contrast 14.27:1
Card sample
#b5dfbf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfbf;
Background color
Panel with #b5dfbf background
background-color: #b5dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfbf; background: linear-gradient(135deg, #b5dfbf, #B5DFDB);