#b2dbc2
a light, soft green · cool · closest name: beige
RGB
178, 219, 194
HSL
143°, 36%, 78%
CMYK
19, 0, 11, 14
Luminance
0.6402
Every format
| HEX | #b2dbc2 |
| RGB | rgb(178, 219, 194) |
| HSL | hsl(143, 36%, 78%) |
| CMYK | cmyk(19%, 0%, 11%, 14%) |
| LAB | lab(84.0 -18.3 7.9) |
| LCH | lch(84.0 19.9 156.7) |
| OKLCH | oklch(0.855 0.055 158.2) |
Copy-ready code
/* CSS */
color: #b2dbc2;
background-color: #b2dbc2;
/* Tailwind (arbitrary) */
class="text-[#b2dbc2] bg-[#b2dbc2]"
/* SCSS */
$brand: #b2dbc2;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#b2dbc2")Accessibility — WCAG contrast
Aa
#b2dbc2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbc2 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue76.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#b2dbc2 text on a black background
contrast 13.80:1
Card sample
#b2dbc2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbc2;
Background color
Panel with #b2dbc2 background
background-color: #b2dbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbc2; background: linear-gradient(135deg, #b2dbc2, #B2D9DB);