#b4bfa3
a light, soft green · cool · closest name: silver
RGB
180, 191, 163
HSL
84°, 18%, 69%
CMYK
6, 0, 15, 25
Luminance
0.4961
Every format
| HEX | #b4bfa3 |
| RGB | rgb(180, 191, 163) |
| HSL | hsl(84, 18%, 69%) |
| CMYK | cmyk(6%, 0%, 15%, 25%) |
| LAB | lab(75.8 -8.8 12.9) |
| LCH | lch(75.8 15.6 124.5) |
| OKLCH | oklch(0.788 0.041 124.8) |
Copy-ready code
/* CSS */
color: #b4bfa3;
background-color: #b4bfa3;
/* Tailwind (arbitrary) */
class="text-[#b4bfa3] bg-[#b4bfa3]"
/* SCSS */
$brand: #b4bfa3;
/* SwiftUI */
Color(red: 0.706, green: 0.749, blue: 0.639)
/* Android */
Color.parseColor("#b4bfa3")Accessibility — WCAG contrast
Aa
#b4bfa3 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bfa3 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.9%
Blue63.9%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow14.7%
Key (black)25.1%
Color previews
#b4bfa3 text on a black background
contrast 10.92:1
Card sample
#b4bfa3 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bfa3;
Background color
Panel with #b4bfa3 background
background-color: #b4bfa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bfa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 191, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 191, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bfa3; background: linear-gradient(135deg, #b4bfa3, #A3BFA5);