#b6bc9f
a light, soft green · cool · closest name: silver
RGB
182, 188, 159
HSL
72°, 18%, 68%
CMYK
3, 0, 15, 26
Luminance
0.4841
Every format
| HEX | #b6bc9f |
| RGB | rgb(182, 188, 159) |
| HSL | hsl(72, 18%, 68%) |
| CMYK | cmyk(3%, 0%, 15%, 26%) |
| LAB | lab(75.1 -7.2 14.0) |
| LCH | lch(75.1 15.7 117.2) |
| OKLCH | oklch(0.783 0.040 116.8) |
Copy-ready code
/* CSS */
color: #b6bc9f;
background-color: #b6bc9f;
/* Tailwind (arbitrary) */
class="text-[#b6bc9f] bg-[#b6bc9f]"
/* SCSS */
$brand: #b6bc9f;
/* SwiftUI */
Color(red: 0.714, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#b6bc9f")Accessibility — WCAG contrast
Aa
#b6bc9f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6bc9f on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green73.7%
Blue62.4%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow15.4%
Key (black)26.3%
Color previews
#b6bc9f text on a black background
contrast 10.68:1
Card sample
#b6bc9f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6bc9f;
Background color
Panel with #b6bc9f background
background-color: #b6bc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6bc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6bc9f; background: linear-gradient(135deg, #b6bc9f, #A3BC9F);