#7e8392
a balanced, muted blue · warm · closest name: gray
RGB
126, 131, 146
HSL
225°, 8%, 53%
CMYK
14, 10, 0, 43
Luminance
0.2274
Every format
| HEX | #7e8392 |
| RGB | rgb(126, 131, 146) |
| HSL | hsl(225, 8%, 53%) |
| CMYK | cmyk(14%, 10%, 0%, 43%) |
| LAB | lab(54.8 1.4 -8.7) |
| LCH | lch(54.8 8.8 278.9) |
| OKLCH | oklch(0.611 0.023 271.0) |
Copy-ready code
/* CSS */
color: #7e8392;
background-color: #7e8392;
/* Tailwind (arbitrary) */
class="text-[#7e8392] bg-[#7e8392]"
/* SCSS */
$brand: #7e8392;
/* SwiftUI */
Color(red: 0.494, green: 0.514, blue: 0.573)
/* Android */
Color.parseColor("#7e8392")Accessibility — WCAG contrast
Aa
#7e8392 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e8392 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green51.4%
Blue57.3%
CMYK percentages
Cyan13.7%
Magenta10.3%
Yellow0.0%
Key (black)42.7%
Color previews
#7e8392 text on a black background
contrast 5.55:1
Card sample
#7e8392 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e8392;
Background color
Panel with #7e8392 background
background-color: #7e8392;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e8392;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 131, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 131, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e8392; background: linear-gradient(135deg, #7e8392, #867E92);