#bdbc90
a light, soft yellow · cool · closest name: tan
RGB
189, 188, 144
HSL
59°, 25%, 65%
CMYK
0, 1, 24, 26
Luminance
0.4880
Every format
| HEX | #bdbc90 |
| RGB | rgb(189, 188, 144) |
| HSL | hsl(59, 25%, 65%) |
| CMYK | cmyk(0%, 1%, 24%, 26%) |
| LAB | lab(75.3 -6.8 22.5) |
| LCH | lch(75.3 23.5 107.0) |
| OKLCH | oklch(0.785 0.059 106.6) |
Copy-ready code
/* CSS */
color: #bdbc90;
background-color: #bdbc90;
/* Tailwind (arbitrary) */
class="text-[#bdbc90] bg-[#bdbc90]"
/* SCSS */
$brand: #bdbc90;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#bdbc90")Accessibility — WCAG contrast
Aa
#bdbc90 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbc90 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow23.8%
Key (black)25.9%
Color previews
#bdbc90 text on a black background
contrast 10.76:1
Card sample
#bdbc90 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbc90;
Background color
Panel with #bdbc90 background
background-color: #bdbc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbc90; background: linear-gradient(135deg, #bdbc90, #A0BD90);