#b2dbbe
a light, soft green · cool · closest name: beige
RGB
178, 219, 190
HSL
138°, 36%, 78%
CMYK
19, 0, 13, 14
Luminance
0.6385
Every format
| HEX | #b2dbbe |
| RGB | rgb(178, 219, 190) |
| HSL | hsl(138, 36%, 78%) |
| CMYK | cmyk(19%, 0%, 13%, 14%) |
| LAB | lab(83.9 -19.0 9.9) |
| LCH | lch(83.9 21.4 152.6) |
| OKLCH | oklch(0.854 0.059 154.2) |
Copy-ready code
/* CSS */
color: #b2dbbe;
background-color: #b2dbbe;
/* Tailwind (arbitrary) */
class="text-[#b2dbbe] bg-[#b2dbbe]"
/* SCSS */
$brand: #b2dbbe;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.745)
/* Android */
Color.parseColor("#b2dbbe")Accessibility — WCAG contrast
Aa
#b2dbbe on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbbe on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue74.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow13.2%
Key (black)14.1%
Color previews
#b2dbbe text on a black background
contrast 13.77:1
Card sample
#b2dbbe text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbbe;
Background color
Panel with #b2dbbe background
background-color: #b2dbbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbbe; background: linear-gradient(135deg, #b2dbbe, #B2DBD9);