#bdc2af
a light, muted green · cool · closest name: silver
RGB
189, 194, 175
HSL
76°, 14%, 72%
CMYK
3, 0, 10, 24
Luminance
0.5250
Every format
| HEX | #bdc2af |
| RGB | rgb(189, 194, 175) |
| HSL | hsl(76, 14%, 72%) |
| CMYK | cmyk(3%, 0%, 10%, 24%) |
| LAB | lab(77.6 -5.1 9.0) |
| LCH | lch(77.6 10.3 119.8) |
| OKLCH | oklch(0.805 0.027 119.0) |
Copy-ready code
/* CSS */
color: #bdc2af;
background-color: #bdc2af;
/* Tailwind (arbitrary) */
class="text-[#bdc2af] bg-[#bdc2af]"
/* SCSS */
$brand: #bdc2af;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#bdc2af")Accessibility — WCAG contrast
Aa
#bdc2af on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2af on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue68.6%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#bdc2af text on a black background
contrast 11.50:1
Card sample
#bdc2af text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2af;
Background color
Panel with #bdc2af background
background-color: #bdc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2af; background: linear-gradient(135deg, #bdc2af, #B0C2AF);