#b0bfa0
a light, soft green · cool · closest name: silver
RGB
176, 191, 160
HSL
89°, 20%, 69%
CMYK
8, 0, 16, 25
Luminance
0.4903
Every format
| HEX | #b0bfa0 |
| RGB | rgb(176, 191, 160) |
| HSL | hsl(89, 20%, 69%) |
| CMYK | cmyk(8%, 0%, 16%, 25%) |
| LAB | lab(75.5 -10.8 13.9) |
| LCH | lch(75.5 17.6 127.8) |
| OKLCH | oklch(0.785 0.046 128.5) |
Copy-ready code
/* CSS */
color: #b0bfa0;
background-color: #b0bfa0;
/* Tailwind (arbitrary) */
class="text-[#b0bfa0] bg-[#b0bfa0]"
/* SCSS */
$brand: #b0bfa0;
/* SwiftUI */
Color(red: 0.690, green: 0.749, blue: 0.627)
/* Android */
Color.parseColor("#b0bfa0")Accessibility — WCAG contrast
Aa
#b0bfa0 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bfa0 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.9%
Blue62.7%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow16.2%
Key (black)25.1%
Color previews
#b0bfa0 text on a black background
contrast 10.81:1
Card sample
#b0bfa0 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bfa0;
Background color
Panel with #b0bfa0 background
background-color: #b0bfa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bfa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 191, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 191, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bfa0; background: linear-gradient(135deg, #b0bfa0, #A0BFA5);