#bdc9b3
a light, soft green · cool · closest name: silver
RGB
189, 201, 179
HSL
93°, 17%, 75%
CMYK
6, 0, 11, 21
Luminance
0.5585
Every format
| HEX | #bdc9b3 |
| RGB | rgb(189, 201, 179) |
| HSL | hsl(93, 17%, 75%) |
| CMYK | cmyk(6%, 0%, 11%, 21%) |
| LAB | lab(79.5 -8.1 9.6) |
| LCH | lch(79.5 12.6 130.2) |
| OKLCH | oklch(0.821 0.033 130.7) |
Copy-ready code
/* CSS */
color: #bdc9b3;
background-color: #bdc9b3;
/* Tailwind (arbitrary) */
class="text-[#bdc9b3] bg-[#bdc9b3]"
/* SCSS */
$brand: #bdc9b3;
/* SwiftUI */
Color(red: 0.741, green: 0.788, blue: 0.702)
/* Android */
Color.parseColor("#bdc9b3")Accessibility — WCAG contrast
Aa
#bdc9b3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc9b3 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.8%
Blue70.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow10.9%
Key (black)21.2%
Color previews
#bdc9b3 text on a black background
contrast 12.17:1
Card sample
#bdc9b3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc9b3;
Background color
Panel with #bdc9b3 background
background-color: #bdc9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 201, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 201, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc9b3; background: linear-gradient(135deg, #bdc9b3, #B3C9B8);