#748156
a dark, soft green · cool · closest name: gray
RGB
116, 129, 86
HSL
78°, 20%, 42%
CMYK
10, 0, 33, 49
Luminance
0.2009
Every format
| HEX | #748156 |
| RGB | rgb(116, 129, 86) |
| HSL | hsl(78, 20%, 42%) |
| CMYK | cmyk(10%, 0%, 33%, 49%) |
| LAB | lab(51.9 -12.6 21.8) |
| LCH | lch(51.9 25.2 120.0) |
| OKLCH | oklch(0.581 0.064 122.1) |
Copy-ready code
/* CSS */
color: #748156;
background-color: #748156;
/* Tailwind (arbitrary) */
class="text-[#748156] bg-[#748156]"
/* SCSS */
$brand: #748156;
/* SwiftUI */
Color(red: 0.455, green: 0.506, blue: 0.337)
/* Android */
Color.parseColor("#748156")Accessibility — WCAG contrast
Aa
#748156 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748156 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green50.6%
Blue33.7%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow33.3%
Key (black)49.4%
Color previews
#748156 text on a black background
contrast 5.02:1
Card sample
#748156 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748156;
Background color
Panel with #748156 background
background-color: #748156;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748156;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 129, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 129, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748156; background: linear-gradient(135deg, #748156, #578156);