#bebc9b
a light, soft yellow · cool · closest name: tan
RGB
190, 188, 155
HSL
57°, 21%, 68%
CMYK
0, 1, 18, 26
Luminance
0.4928
Every format
| HEX | #bebc9b |
| RGB | rgb(190, 188, 155) |
| HSL | hsl(57, 21%, 68%) |
| CMYK | cmyk(0%, 1%, 18%, 26%) |
| LAB | lab(75.6 -4.8 17.0) |
| LCH | lch(75.6 17.7 105.9) |
| OKLCH | oklch(0.788 0.045 104.5) |
Copy-ready code
/* CSS */
color: #bebc9b;
background-color: #bebc9b;
/* Tailwind (arbitrary) */
class="text-[#bebc9b] bg-[#bebc9b]"
/* SCSS */
$brand: #bebc9b;
/* SwiftUI */
Color(red: 0.745, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#bebc9b")Accessibility — WCAG contrast
Aa
#bebc9b on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebc9b on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow18.4%
Key (black)25.5%
Color previews
#bebc9b text on a black background
contrast 10.86:1
Card sample
#bebc9b text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebc9b;
Background color
Panel with #bebc9b background
background-color: #bebc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebc9b; background: linear-gradient(135deg, #bebc9b, #A9BE9B);