#beb2ab
a light, muted orange · warm · closest name: silver
RGB
190, 178, 171
HSL
22°, 13%, 71%
CMYK
0, 6, 10, 26
Luminance
0.4573
Every format
| HEX | #beb2ab |
| RGB | rgb(190, 178, 171) |
| HSL | hsl(22, 13%, 71%) |
| CMYK | cmyk(0%, 6%, 10%, 26%) |
| LAB | lab(73.4 3.0 5.1) |
| LCH | lch(73.4 6.0 59.2) |
| OKLCH | oklch(0.772 0.017 52.5) |
Copy-ready code
/* CSS */
color: #beb2ab;
background-color: #beb2ab;
/* Tailwind (arbitrary) */
class="text-[#beb2ab] bg-[#beb2ab]"
/* SCSS */
$brand: #beb2ab;
/* SwiftUI */
Color(red: 0.745, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#beb2ab")Accessibility — WCAG contrast
Aa
#beb2ab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb2ab on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow10.0%
Key (black)25.5%
Color previews
#beb2ab text on a black background
contrast 10.15:1
Card sample
#beb2ab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb2ab;
Background color
Panel with #beb2ab background
background-color: #beb2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb2ab; background: linear-gradient(135deg, #beb2ab, #BDBEAB);