#7b8a98
a balanced, muted blue · cool · closest name: gray
RGB
123, 138, 152
HSL
209°, 12%, 54%
CMYK
19, 9, 0, 40
Luminance
0.2465
Every format
| HEX | #7b8a98 |
| RGB | rgb(123, 138, 152) |
| HSL | hsl(209, 12%, 54%) |
| CMYK | cmyk(19%, 9%, 0%, 40%) |
| LAB | lab(56.7 -2.3 -9.3) |
| LCH | lch(56.7 9.6 256.1) |
| OKLCH | oklch(0.626 0.027 246.4) |
Copy-ready code
/* CSS */
color: #7b8a98;
background-color: #7b8a98;
/* Tailwind (arbitrary) */
class="text-[#7b8a98] bg-[#7b8a98]"
/* SCSS */
$brand: #7b8a98;
/* SwiftUI */
Color(red: 0.482, green: 0.541, blue: 0.596)
/* Android */
Color.parseColor("#7b8a98")Accessibility — WCAG contrast
Aa
#7b8a98 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b8a98 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green54.1%
Blue59.6%
CMYK percentages
Cyan19.1%
Magenta9.2%
Yellow0.0%
Key (black)40.4%
Color previews
#7b8a98 text on a black background
contrast 5.93:1
Card sample
#7b8a98 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8a98;
Background color
Panel with #7b8a98 background
background-color: #7b8a98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8a98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 138, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 138, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8a98; background: linear-gradient(135deg, #7b8a98, #7F7B98);