#7e9288
a balanced, muted green · cool · closest name: gray
RGB
126, 146, 136
HSL
150°, 8%, 53%
CMYK
14, 0, 7, 43
Luminance
0.2677
Every format
| HEX | #7e9288 |
| RGB | rgb(126, 146, 136) |
| HSL | hsl(150, 8%, 53%) |
| CMYK | cmyk(14%, 0%, 7%, 43%) |
| LAB | lab(58.8 -9.2 2.9) |
| LCH | lch(58.8 9.7 162.5) |
| OKLCH | oklch(0.641 0.027 164.0) |
Copy-ready code
/* CSS */
color: #7e9288;
background-color: #7e9288;
/* Tailwind (arbitrary) */
class="text-[#7e9288] bg-[#7e9288]"
/* SCSS */
$brand: #7e9288;
/* SwiftUI */
Color(red: 0.494, green: 0.573, blue: 0.533)
/* Android */
Color.parseColor("#7e9288")Accessibility — WCAG contrast
Aa
#7e9288 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e9288 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green57.3%
Blue53.3%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow6.8%
Key (black)42.7%
Color previews
#7e9288 text on a black background
contrast 6.35:1
Card sample
#7e9288 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e9288;
Background color
Panel with #7e9288 background
background-color: #7e9288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e9288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 146, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 146, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e9288; background: linear-gradient(135deg, #7e9288, #7E8F92);