#b7bf8f
a light, soft green · cool · closest name: tan
RGB
183, 191, 143
HSL
70°, 27%, 66%
CMYK
4, 0, 25, 25
Luminance
0.4931
Every format
| HEX | #b7bf8f |
| RGB | rgb(183, 191, 143) |
| HSL | hsl(70, 27%, 66%) |
| CMYK | cmyk(4%, 0%, 25%, 25%) |
| LAB | lab(75.7 -10.8 23.4) |
| LCH | lch(75.7 25.8 114.9) |
| OKLCH | oklch(0.786 0.066 115.6) |
Copy-ready code
/* CSS */
color: #b7bf8f;
background-color: #b7bf8f;
/* Tailwind (arbitrary) */
class="text-[#b7bf8f] bg-[#b7bf8f]"
/* SCSS */
$brand: #b7bf8f;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.561)
/* Android */
Color.parseColor("#b7bf8f")Accessibility — WCAG contrast
Aa
#b7bf8f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bf8f on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue56.1%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow25.1%
Key (black)25.1%
Color previews
#b7bf8f text on a black background
contrast 10.86:1
Card sample
#b7bf8f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bf8f;
Background color
Panel with #b7bf8f background
background-color: #b7bf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bf8f; background: linear-gradient(135deg, #b7bf8f, #97BF8F);