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