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