#beb8b8
a light, muted gray · warm · closest name: silver
RGB
190, 184, 184
HSL
0°, 4%, 73%
CMYK
0, 3, 3, 26
Luminance
0.4869
Every format
| HEX | #beb8b8 |
| RGB | rgb(190, 184, 184) |
| HSL | hsl(0, 4%, 73%) |
| CMYK | cmyk(0%, 3%, 3%, 26%) |
| LAB | lab(75.3 2.1 0.8) |
| LCH | lch(75.3 2.2 19.6) |
| OKLCH | oklch(0.787 0.007 17.3) |
Copy-ready code
/* CSS */
color: #beb8b8;
background-color: #beb8b8;
/* Tailwind (arbitrary) */
class="text-[#beb8b8] bg-[#beb8b8]"
/* SCSS */
$brand: #beb8b8;
/* SwiftUI */
Color(red: 0.745, green: 0.722, blue: 0.722)
/* Android */
Color.parseColor("#beb8b8")Accessibility — WCAG contrast
Aa
#beb8b8 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb8b8 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green72.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow3.2%
Key (black)25.5%
Color previews
#beb8b8 text on a black background
contrast 10.74:1
Card sample
#beb8b8 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb8b8;
Background color
Panel with #beb8b8 background
background-color: #beb8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 184, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 184, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb8b8; background: linear-gradient(135deg, #beb8b8, #BEBCB8);