#b0dfbd
a light, soft green · cool · closest name: beige
RGB
176, 223, 189
HSL
137°, 42%, 78%
CMYK
21, 0, 15, 13
Luminance
0.6568
Every format
| HEX | #b0dfbd |
| RGB | rgb(176, 223, 189) |
| HSL | hsl(137, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 15%, 13%) |
| LAB | lab(84.8 -21.9 11.7) |
| LCH | lch(84.8 24.8 151.8) |
| OKLCH | oklch(0.861 0.068 153.4) |
Copy-ready code
/* CSS */
color: #b0dfbd;
background-color: #b0dfbd;
/* Tailwind (arbitrary) */
class="text-[#b0dfbd] bg-[#b0dfbd]"
/* SCSS */
$brand: #b0dfbd;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#b0dfbd")Accessibility — WCAG contrast
Aa
#b0dfbd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dfbd on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue74.1%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow15.2%
Key (black)12.5%
Color previews
#b0dfbd text on a black background
contrast 14.14:1
Card sample
#b0dfbd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dfbd;
Background color
Panel with #b0dfbd background
background-color: #b0dfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dfbd; background: linear-gradient(135deg, #b0dfbd, #B0DFDC);