#bdaf8f
a light, soft yellow · warm · closest name: tan
RGB
189, 175, 143
HSL
42°, 26%, 65%
CMYK
0, 7, 24, 26
Luminance
0.4346
Every format
| HEX | #bdaf8f |
| RGB | rgb(189, 175, 143) |
| HSL | hsl(42, 26%, 65%) |
| CMYK | cmyk(0%, 7%, 24%, 26%) |
| LAB | lab(71.9 -0.1 18.3) |
| LCH | lch(71.9 18.3 90.3) |
| OKLCH | oklch(0.757 0.047 87.2) |
Copy-ready code
/* CSS */
color: #bdaf8f;
background-color: #bdaf8f;
/* Tailwind (arbitrary) */
class="text-[#bdaf8f] bg-[#bdaf8f]"
/* SCSS */
$brand: #bdaf8f;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#bdaf8f")Accessibility — WCAG contrast
Aa
#bdaf8f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaf8f on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow24.3%
Key (black)25.9%
Color previews
#bdaf8f text on a black background
contrast 9.69:1
Card sample
#bdaf8f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaf8f;
Background color
Panel with #bdaf8f background
background-color: #bdaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaf8f; background: linear-gradient(135deg, #bdaf8f, #ACBD8F);