#b2d4c2
a light, soft green · cool · closest name: silver
RGB
178, 212, 194
HSL
148°, 28%, 77%
CMYK
16, 0, 9, 17
Luminance
0.6045
Every format
| HEX | #b2d4c2 |
| RGB | rgb(178, 212, 194) |
| HSL | hsl(148, 28%, 77%) |
| CMYK | cmyk(16%, 0%, 9%, 17%) |
| LAB | lab(82.1 -14.8 5.2) |
| LCH | lch(82.1 15.7 160.7) |
| OKLCH | oklch(0.840 0.044 162.2) |
Copy-ready code
/* CSS */
color: #b2d4c2;
background-color: #b2d4c2;
/* Tailwind (arbitrary) */
class="text-[#b2d4c2] bg-[#b2d4c2]"
/* SCSS */
$brand: #b2d4c2;
/* SwiftUI */
Color(red: 0.698, green: 0.831, blue: 0.761)
/* Android */
Color.parseColor("#b2d4c2")Accessibility — WCAG contrast
Aa
#b2d4c2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d4c2 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.1%
Blue76.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow8.5%
Key (black)16.9%
Color previews
#b2d4c2 text on a black background
contrast 13.09:1
Card sample
#b2d4c2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d4c2;
Background color
Panel with #b2d4c2 background
background-color: #b2d4c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d4c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 212, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 212, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d4c2; background: linear-gradient(135deg, #b2d4c2, #B2CFD4);