#b2c8af
a light, soft green · cool · closest name: silver
RGB
178, 200, 175
HSL
113°, 19%, 74%
CMYK
11, 0, 13, 22
Luminance
0.5387
Every format
| HEX | #b2c8af |
| RGB | rgb(178, 200, 175) |
| HSL | hsl(113, 19%, 74%) |
| CMYK | cmyk(11%, 0%, 13%, 22%) |
| LAB | lab(78.4 -12.1 10.0) |
| LCH | lch(78.4 15.7 140.5) |
| OKLCH | oklch(0.809 0.042 141.8) |
Copy-ready code
/* CSS */
color: #b2c8af;
background-color: #b2c8af;
/* Tailwind (arbitrary) */
class="text-[#b2c8af] bg-[#b2c8af]"
/* SCSS */
$brand: #b2c8af;
/* SwiftUI */
Color(red: 0.698, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#b2c8af")Accessibility — WCAG contrast
Aa
#b2c8af on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c8af on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.4%
Blue68.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#b2c8af text on a black background
contrast 11.77:1
Card sample
#b2c8af text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c8af;
Background color
Panel with #b2c8af background
background-color: #b2c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c8af; background: linear-gradient(135deg, #b2c8af, #AFC8BD);