#4e7e6e
a dark, soft cyan · cool · closest name: teal
RGB
78, 126, 110
HSL
160°, 24%, 40%
CMYK
38, 0, 13, 51
Luminance
0.1767
Every format
| HEX | #4e7e6e |
| RGB | rgb(78, 126, 110) |
| HSL | hsl(160, 24%, 40%) |
| CMYK | cmyk(38%, 0%, 13%, 51%) |
| LAB | lab(49.1 -20.2 3.6) |
| LCH | lch(49.1 20.5 170.0) |
| OKLCH | oklch(0.554 0.058 171.0) |
Copy-ready code
/* CSS */
color: #4e7e6e;
background-color: #4e7e6e;
/* Tailwind (arbitrary) */
class="text-[#4e7e6e] bg-[#4e7e6e]"
/* SCSS */
$brand: #4e7e6e;
/* SwiftUI */
Color(red: 0.306, green: 0.494, blue: 0.431)
/* Android */
Color.parseColor("#4e7e6e")Accessibility — WCAG contrast
Aa
#4e7e6e on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e7e6e on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green49.4%
Blue43.1%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow12.7%
Key (black)50.6%
Color previews
#4e7e6e text on a black background
contrast 4.53:1
Card sample
#4e7e6e text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e7e6e;
Background color
Panel with #4e7e6e background
background-color: #4e7e6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e7e6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 126, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 126, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e7e6e; background: linear-gradient(135deg, #4e7e6e, #4E6E7E);