#948282
a balanced, muted gray · warm · closest name: gray
RGB
148, 130, 130
HSL
0°, 8%, 55%
CMYK
0, 12, 12, 42
Luminance
0.2387
Every format
| HEX | #948282 |
| RGB | rgb(148, 130, 130) |
| HSL | hsl(0, 8%, 55%) |
| CMYK | cmyk(0%, 12%, 12%, 42%) |
| LAB | lab(56.0 6.8 2.5) |
| LCH | lch(56.0 7.3 20.2) |
| OKLCH | oklch(0.623 0.022 17.8) |
Copy-ready code
/* CSS */
color: #948282;
background-color: #948282;
/* Tailwind (arbitrary) */
class="text-[#948282] bg-[#948282]"
/* SCSS */
$brand: #948282;
/* SwiftUI */
Color(red: 0.580, green: 0.510, blue: 0.510)
/* Android */
Color.parseColor("#948282")Accessibility — WCAG contrast
Aa
#948282 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#948282 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green51.0%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow12.2%
Key (black)42.0%
Color previews
#948282 text on a black background
contrast 5.77:1
Card sample
#948282 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #948282;
Background color
Panel with #948282 background
background-color: #948282;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #948282;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 130, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 130, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #948282; background: linear-gradient(135deg, #948282, #948E82);