#b2dfcf
a light, soft green · cool · closest name: beige
RGB
178, 223, 207
HSL
159°, 41%, 79%
CMYK
20, 0, 7, 13
Luminance
0.6675
Every format
| HEX | #b2dfcf |
| RGB | rgb(178, 223, 207) |
| HSL | hsl(159, 41%, 79%) |
| CMYK | cmyk(20%, 0%, 7%, 13%) |
| LAB | lab(85.4 -17.8 3.0) |
| LCH | lch(85.4 18.0 170.3) |
| OKLCH | oklch(0.867 0.052 171.4) |
Copy-ready code
/* CSS */
color: #b2dfcf;
background-color: #b2dfcf;
/* Tailwind (arbitrary) */
class="text-[#b2dfcf] bg-[#b2dfcf]"
/* SCSS */
$brand: #b2dfcf;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#b2dfcf")Accessibility — WCAG contrast
Aa
#b2dfcf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfcf on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue81.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#b2dfcf text on a black background
contrast 14.35:1
Card sample
#b2dfcf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfcf;
Background color
Panel with #b2dfcf background
background-color: #b2dfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfcf; background: linear-gradient(135deg, #b2dfcf, #B2D1DF);