#b2cabf
a light, soft green · cool · closest name: silver
RGB
178, 202, 191
HSL
153°, 19%, 75%
CMYK
12, 0, 5, 21
Luminance
0.5547
Every format
| HEX | #b2cabf |
| RGB | rgb(178, 202, 191) |
| HSL | hsl(153, 19%, 75%) |
| CMYK | cmyk(12%, 0%, 5%, 21%) |
| LAB | lab(79.3 -10.2 2.8) |
| LCH | lch(79.3 10.6 164.9) |
| OKLCH | oklch(0.818 0.030 166.3) |
Copy-ready code
/* CSS */
color: #b2cabf;
background-color: #b2cabf;
/* Tailwind (arbitrary) */
class="text-[#b2cabf] bg-[#b2cabf]"
/* SCSS */
$brand: #b2cabf;
/* SwiftUI */
Color(red: 0.698, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#b2cabf")Accessibility — WCAG contrast
Aa
#b2cabf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cabf on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green79.2%
Blue74.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#b2cabf text on a black background
contrast 12.09:1
Card sample
#b2cabf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cabf;
Background color
Panel with #b2cabf background
background-color: #b2cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cabf; background: linear-gradient(135deg, #b2cabf, #B2C5CA);