#b2d4b2
a light, soft green · cool · closest name: beige
RGB
178, 212, 178
HSL
120°, 28%, 77%
CMYK
16, 0, 16, 17
Luminance
0.5977
Every format
| HEX | #b2d4b2 |
| RGB | rgb(178, 212, 178) |
| HSL | hsl(120, 28%, 77%) |
| CMYK | cmyk(16%, 0%, 16%, 17%) |
| LAB | lab(81.7 -17.7 13.1) |
| LCH | lch(81.7 22.1 143.4) |
| OKLCH | oklch(0.836 0.059 145.0) |
Copy-ready code
/* CSS */
color: #b2d4b2;
background-color: #b2d4b2;
/* Tailwind (arbitrary) */
class="text-[#b2d4b2] bg-[#b2d4b2]"
/* SCSS */
$brand: #b2d4b2;
/* SwiftUI */
Color(red: 0.698, green: 0.831, blue: 0.698)
/* Android */
Color.parseColor("#b2d4b2")Accessibility — WCAG contrast
Aa
#b2d4b2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d4b2 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.1%
Blue69.8%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow16.0%
Key (black)16.9%
Color previews
#b2d4b2 text on a black background
contrast 12.95:1
Card sample
#b2d4b2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d4b2;
Background color
Panel with #b2d4b2 background
background-color: #b2d4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 212, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 212, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d4b2; background: linear-gradient(135deg, #b2d4b2, #B2D4C9);