#bdc0af
a light, muted green · cool · closest name: silver
RGB
189, 192, 175
HSL
71°, 12%, 72%
CMYK
2, 0, 9, 25
Luminance
0.5161
Every format
| HEX | #bdc0af |
| RGB | rgb(189, 192, 175) |
| HSL | hsl(71, 12%, 72%) |
| CMYK | cmyk(2%, 0%, 9%, 25%) |
| LAB | lab(77.0 -4.1 8.2) |
| LCH | lch(77.0 9.2 116.5) |
| OKLCH | oklch(0.801 0.024 115.1) |
Copy-ready code
/* CSS */
color: #bdc0af;
background-color: #bdc0af;
/* Tailwind (arbitrary) */
class="text-[#bdc0af] bg-[#bdc0af]"
/* SCSS */
$brand: #bdc0af;
/* SwiftUI */
Color(red: 0.741, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#bdc0af")Accessibility — WCAG contrast
Aa
#bdc0af on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc0af on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green75.3%
Blue68.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#bdc0af text on a black background
contrast 11.32:1
Card sample
#bdc0af text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc0af;
Background color
Panel with #bdc0af background
background-color: #bdc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc0af; background: linear-gradient(135deg, #bdc0af, #B2C0AF);