#b2c6af
a light, soft green · cool · closest name: silver
RGB
178, 198, 175
HSL
112°, 17%, 73%
CMYK
10, 0, 12, 22
Luminance
0.5295
Every format
| HEX | #b2c6af |
| RGB | rgb(178, 198, 175) |
| HSL | hsl(112, 17%, 73%) |
| CMYK | cmyk(10%, 0%, 12%, 22%) |
| LAB | lab(77.8 -11.1 9.2) |
| LCH | lch(77.8 14.4 140.3) |
| OKLCH | oklch(0.805 0.039 141.5) |
Copy-ready code
/* CSS */
color: #b2c6af;
background-color: #b2c6af;
/* Tailwind (arbitrary) */
class="text-[#b2c6af] bg-[#b2c6af]"
/* SCSS */
$brand: #b2c6af;
/* SwiftUI */
Color(red: 0.698, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#b2c6af")Accessibility — WCAG contrast
Aa
#b2c6af on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c6af on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.6%
Blue68.6%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#b2c6af text on a black background
contrast 11.59:1
Card sample
#b2c6af text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c6af;
Background color
Panel with #b2c6af background
background-color: #b2c6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c6af; background: linear-gradient(135deg, #b2c6af, #AFC6BB);