#bebc9d
a light, soft yellow · cool · closest name: tan
RGB
190, 188, 157
HSL
56°, 20%, 68%
CMYK
0, 1, 17, 26
Luminance
0.4935
Every format
| HEX | #bebc9d |
| RGB | rgb(190, 188, 157) |
| HSL | hsl(56, 20%, 68%) |
| CMYK | cmyk(0%, 1%, 17%, 26%) |
| LAB | lab(75.7 -4.5 16.0) |
| LCH | lch(75.7 16.6 105.9) |
| OKLCH | oklch(0.789 0.042 104.3) |
Copy-ready code
/* CSS */
color: #bebc9d;
background-color: #bebc9d;
/* Tailwind (arbitrary) */
class="text-[#bebc9d] bg-[#bebc9d]"
/* SCSS */
$brand: #bebc9d;
/* SwiftUI */
Color(red: 0.745, green: 0.737, blue: 0.616)
/* Android */
Color.parseColor("#bebc9d")Accessibility — WCAG contrast
Aa
#bebc9d on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebc9d on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green73.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow17.4%
Key (black)25.5%
Color previews
#bebc9d text on a black background
contrast 10.87:1
Card sample
#bebc9d text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebc9d;
Background color
Panel with #bebc9d background
background-color: #bebc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 188, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 188, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebc9d; background: linear-gradient(135deg, #bebc9d, #AABE9D);