#b2ccbf
a light, soft green · cool · closest name: silver
RGB
178, 204, 191
HSL
150°, 20%, 75%
CMYK
13, 0, 6, 20
Luminance
0.5641
Every format
| HEX | #b2ccbf |
| RGB | rgb(178, 204, 191) |
| HSL | hsl(150, 20%, 75%) |
| CMYK | cmyk(13%, 0%, 6%, 20%) |
| LAB | lab(79.8 -11.3 3.5) |
| LCH | lch(79.8 11.8 162.6) |
| OKLCH | oklch(0.822 0.033 164.0) |
Copy-ready code
/* CSS */
color: #b2ccbf;
background-color: #b2ccbf;
/* Tailwind (arbitrary) */
class="text-[#b2ccbf] bg-[#b2ccbf]"
/* SCSS */
$brand: #b2ccbf;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#b2ccbf")Accessibility — WCAG contrast
Aa
#b2ccbf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccbf on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue74.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#b2ccbf text on a black background
contrast 12.28:1
Card sample
#b2ccbf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccbf;
Background color
Panel with #b2ccbf background
background-color: #b2ccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccbf; background: linear-gradient(135deg, #b2ccbf, #B2C8CC);