#bdbc9f
a light, soft yellow · cool · closest name: tan
RGB
189, 188, 159
HSL
58°, 19%, 68%
CMYK
0, 1, 16, 26
Luminance
0.4929
Every format
| HEX | #bdbc9f |
| RGB | rgb(189, 188, 159) |
| HSL | hsl(58, 19%, 68%) |
| CMYK | cmyk(0%, 1%, 16%, 26%) |
| LAB | lab(75.6 -4.6 14.8) |
| LCH | lch(75.6 15.5 107.3) |
| OKLCH | oklch(0.788 0.040 105.7) |
Copy-ready code
/* CSS */
color: #bdbc9f;
background-color: #bdbc9f;
/* Tailwind (arbitrary) */
class="text-[#bdbc9f] bg-[#bdbc9f]"
/* SCSS */
$brand: #bdbc9f;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#bdbc9f")Accessibility — WCAG contrast
Aa
#bdbc9f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbc9f on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow15.9%
Key (black)25.9%
Color previews
#bdbc9f text on a black background
contrast 10.86:1
Card sample
#bdbc9f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbc9f;
Background color
Panel with #bdbc9f background
background-color: #bdbc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbc9f; background: linear-gradient(135deg, #bdbc9f, #AABD9F);