#4e7e5a
a dark, soft green · cool · closest name: seagreen
RGB
78, 126, 90
HSL
135°, 24%, 40%
CMYK
38, 0, 29, 51
Luminance
0.1728
Every format
| HEX | #4e7e5a |
| RGB | rgb(78, 126, 90) |
| HSL | hsl(135, 24%, 40%) |
| CMYK | cmyk(38%, 0%, 29%, 51%) |
| LAB | lab(48.6 -24.6 14.6) |
| LCH | lch(48.6 28.6 149.3) |
| OKLCH | oklch(0.548 0.077 151.2) |
Copy-ready code
/* CSS */
color: #4e7e5a;
background-color: #4e7e5a;
/* Tailwind (arbitrary) */
class="text-[#4e7e5a] bg-[#4e7e5a]"
/* SCSS */
$brand: #4e7e5a;
/* SwiftUI */
Color(red: 0.306, green: 0.494, blue: 0.353)
/* Android */
Color.parseColor("#4e7e5a")Accessibility — WCAG contrast
Aa
#4e7e5a on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e7e5a on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green49.4%
Blue35.3%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow28.6%
Key (black)50.6%
Color previews
#4e7e5a text on a black background
contrast 4.46:1
Card sample
#4e7e5a text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e7e5a;
Background color
Panel with #4e7e5a background
background-color: #4e7e5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e7e5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 126, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 126, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e7e5a; background: linear-gradient(135deg, #4e7e5a, #4E7E7A);