#758273
a balanced, muted gray · cool · closest name: gray
RGB
117, 130, 115
HSL
112°, 6%, 48%
CMYK
10, 0, 12, 49
Luminance
0.2098
Every format
| HEX | #758273 |
| RGB | rgb(117, 130, 115) |
| HSL | hsl(112, 6%, 48%) |
| CMYK | cmyk(10%, 0%, 12%, 49%) |
| LAB | lab(52.9 -7.8 6.5) |
| LCH | lch(52.9 10.2 140.2) |
| OKLCH | oklch(0.591 0.027 141.5) |
Copy-ready code
/* CSS */
color: #758273;
background-color: #758273;
/* Tailwind (arbitrary) */
class="text-[#758273] bg-[#758273]"
/* SCSS */
$brand: #758273;
/* SwiftUI */
Color(red: 0.459, green: 0.510, blue: 0.451)
/* Android */
Color.parseColor("#758273")Accessibility — WCAG contrast
Aa
#758273 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758273 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green51.0%
Blue45.1%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow11.5%
Key (black)49.0%
Color previews
#758273 text on a black background
contrast 5.20:1
Card sample
#758273 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758273;
Background color
Panel with #758273 background
background-color: #758273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 130, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 130, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758273; background: linear-gradient(135deg, #758273, #73827B);