#b2d3b7
a light, soft green · cool · closest name: beige
RGB
178, 211, 183
HSL
129°, 27%, 76%
CMYK
16, 0, 13, 17
Luminance
0.5947
Every format
| HEX | #b2d3b7 |
| RGB | rgb(178, 211, 183) |
| HSL | hsl(129, 27%, 76%) |
| CMYK | cmyk(16%, 0%, 13%, 17%) |
| LAB | lab(81.5 -16.3 10.3) |
| LCH | lch(81.5 19.3 147.9) |
| OKLCH | oklch(0.835 0.052 149.4) |
Copy-ready code
/* CSS */
color: #b2d3b7;
background-color: #b2d3b7;
/* Tailwind (arbitrary) */
class="text-[#b2d3b7] bg-[#b2d3b7]"
/* SCSS */
$brand: #b2d3b7;
/* SwiftUI */
Color(red: 0.698, green: 0.827, blue: 0.718)
/* Android */
Color.parseColor("#b2d3b7")Accessibility — WCAG contrast
Aa
#b2d3b7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d3b7 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.7%
Blue71.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow13.3%
Key (black)17.3%
Color previews
#b2d3b7 text on a black background
contrast 12.89:1
Card sample
#b2d3b7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d3b7;
Background color
Panel with #b2d3b7 background
background-color: #b2d3b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d3b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 211, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 211, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d3b7; background: linear-gradient(135deg, #b2d3b7, #B2D3CD);