#bdc3af
a light, muted green · cool · closest name: silver
RGB
189, 195, 175
HSL
78°, 14%, 73%
CMYK
3, 0, 10, 24
Luminance
0.5294
Every format
| HEX | #bdc3af |
| RGB | rgb(189, 195, 175) |
| HSL | hsl(78, 14%, 73%) |
| CMYK | cmyk(3%, 0%, 10%, 24%) |
| LAB | lab(77.8 -5.7 9.3) |
| LCH | lch(77.8 10.9 121.2) |
| OKLCH | oklch(0.807 0.028 120.6) |
Copy-ready code
/* CSS */
color: #bdc3af;
background-color: #bdc3af;
/* Tailwind (arbitrary) */
class="text-[#bdc3af] bg-[#bdc3af]"
/* SCSS */
$brand: #bdc3af;
/* SwiftUI */
Color(red: 0.741, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#bdc3af")Accessibility — WCAG contrast
Aa
#bdc3af on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc3af on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.5%
Blue68.6%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#bdc3af text on a black background
contrast 11.59:1
Card sample
#bdc3af text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc3af;
Background color
Panel with #bdc3af background
background-color: #bdc3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc3af; background: linear-gradient(135deg, #bdc3af, #B0C3AF);