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