#b2dfbe
a light, soft green · cool · closest name: beige
RGB
178, 223, 190
HSL
136°, 41%, 79%
CMYK
20, 0, 15, 13
Luminance
0.6596
Every format
| HEX | #b2dfbe |
| RGB | rgb(178, 223, 190) |
| HSL | hsl(136, 41%, 79%) |
| CMYK | cmyk(20%, 0%, 15%, 13%) |
| LAB | lab(85.0 -21.0 11.4) |
| LCH | lch(85.0 23.9 151.5) |
| OKLCH | oklch(0.863 0.065 153.1) |
Copy-ready code
/* CSS */
color: #b2dfbe;
background-color: #b2dfbe;
/* Tailwind (arbitrary) */
class="text-[#b2dfbe] bg-[#b2dfbe]"
/* SCSS */
$brand: #b2dfbe;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#b2dfbe")Accessibility — WCAG contrast
Aa
#b2dfbe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfbe on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue74.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#b2dfbe text on a black background
contrast 14.19:1
Card sample
#b2dfbe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfbe;
Background color
Panel with #b2dfbe background
background-color: #b2dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfbe; background: linear-gradient(135deg, #b2dfbe, #B2DFDC);