#b2cbad
a light, soft green · cool · closest name: silver
RGB
178, 203, 173
HSL
110°, 22%, 74%
CMYK
12, 0, 15, 20
Luminance
0.5519
Every format
| HEX | #b2cbad |
| RGB | rgb(178, 203, 173) |
| HSL | hsl(110, 22%, 74%) |
| CMYK | cmyk(12%, 0%, 15%, 20%) |
| LAB | lab(79.2 -14.0 12.2) |
| LCH | lch(79.2 18.6 139.1) |
| OKLCH | oklch(0.815 0.049 140.4) |
Copy-ready code
/* CSS */
color: #b2cbad;
background-color: #b2cbad;
/* Tailwind (arbitrary) */
class="text-[#b2cbad] bg-[#b2cbad]"
/* SCSS */
$brand: #b2cbad;
/* SwiftUI */
Color(red: 0.698, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#b2cbad")Accessibility — WCAG contrast
Aa
#b2cbad on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cbad on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green79.6%
Blue67.8%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow14.8%
Key (black)20.4%
Color previews
#b2cbad text on a black background
contrast 12.04:1
Card sample
#b2cbad text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cbad;
Background color
Panel with #b2cbad background
background-color: #b2cbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cbad; background: linear-gradient(135deg, #b2cbad, #ADCBBC);