#b6c6af
a light, soft green · cool · closest name: silver
RGB
182, 198, 175
HSL
102°, 17%, 73%
CMYK
8, 0, 12, 22
Luminance
0.5343
Every format
| HEX | #b6c6af |
| RGB | rgb(182, 198, 175) |
| HSL | hsl(102, 17%, 73%) |
| CMYK | cmyk(8%, 0%, 12%, 22%) |
| LAB | lab(78.1 -9.7 9.7) |
| LCH | lch(78.1 13.7 135.1) |
| OKLCH | oklch(0.808 0.036 136.0) |
Copy-ready code
/* CSS */
color: #b6c6af;
background-color: #b6c6af;
/* Tailwind (arbitrary) */
class="text-[#b6c6af] bg-[#b6c6af]"
/* SCSS */
$brand: #b6c6af;
/* SwiftUI */
Color(red: 0.714, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#b6c6af")Accessibility — WCAG contrast
Aa
#b6c6af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c6af on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green77.6%
Blue68.6%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#b6c6af text on a black background
contrast 11.69:1
Card sample
#b6c6af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c6af;
Background color
Panel with #b6c6af background
background-color: #b6c6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c6af; background: linear-gradient(135deg, #b6c6af, #AFC6B7);