#73827b
a balanced, muted gray · cool · closest name: gray
RGB
115, 130, 123
HSL
152°, 6%, 48%
CMYK
12, 0, 5, 49
Luminance
0.2104
Every format
| HEX | #73827b |
| RGB | rgb(115, 130, 123) |
| HSL | hsl(152, 6%, 48%) |
| CMYK | cmyk(12%, 0%, 5%, 49%) |
| LAB | lab(53.0 -7.0 1.9) |
| LCH | lch(53.0 7.2 164.6) |
| OKLCH | oklch(0.592 0.021 165.9) |
Copy-ready code
/* CSS */
color: #73827b;
background-color: #73827b;
/* Tailwind (arbitrary) */
class="text-[#73827b] bg-[#73827b]"
/* SCSS */
$brand: #73827b;
/* SwiftUI */
Color(red: 0.451, green: 0.510, blue: 0.482)
/* Android */
Color.parseColor("#73827b")Accessibility — WCAG contrast
Aa
#73827b on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#73827b on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green51.0%
Blue48.2%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow5.4%
Key (black)49.0%
Color previews
#73827b text on a black background
contrast 5.21:1
Card sample
#73827b text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73827b;
Background color
Panel with #73827b background
background-color: #73827b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73827b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 130, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 130, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73827b; background: linear-gradient(135deg, #73827b, #737F82);