#b3bda8
a light, muted green · cool · closest name: silver
RGB
179, 189, 168
HSL
89°, 14%, 70%
CMYK
5, 0, 11, 26
Luminance
0.4881
Every format
| HEX | #b3bda8 |
| RGB | rgb(179, 189, 168) |
| HSL | hsl(89, 14%, 70%) |
| CMYK | cmyk(5%, 0%, 11%, 26%) |
| LAB | lab(75.3 -7.3 9.4) |
| LCH | lch(75.3 11.9 127.7) |
| OKLCH | oklch(0.785 0.031 128.0) |
Copy-ready code
/* CSS */
color: #b3bda8;
background-color: #b3bda8;
/* Tailwind (arbitrary) */
class="text-[#b3bda8] bg-[#b3bda8]"
/* SCSS */
$brand: #b3bda8;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 0.659)
/* Android */
Color.parseColor("#b3bda8")Accessibility — WCAG contrast
Aa
#b3bda8 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bda8 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue65.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow11.1%
Key (black)25.9%
Color previews
#b3bda8 text on a black background
contrast 10.76:1
Card sample
#b3bda8 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bda8;
Background color
Panel with #b3bda8 background
background-color: #b3bda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bda8; background: linear-gradient(135deg, #b3bda8, #A8BDAB);